Fix typos “a”→“an”
This commit is contained in:
parent
2ad56d5c90
commit
bf88b113ea
99 changed files with 157 additions and 157 deletions
|
@ -2323,7 +2323,7 @@ pub enum TyKind<'hir> {
|
|||
///
|
||||
/// Type parameters may be stored in each `PathSegment`.
|
||||
Path(QPath<'hir>),
|
||||
/// A opaque type definition itself. This is currently only used for the
|
||||
/// An opaque type definition itself. This is currently only used for the
|
||||
/// `opaque type Foo: Trait` item that `impl Trait` in desugars to.
|
||||
///
|
||||
/// The generic argument list contains the lifetimes (and in the future
|
||||
|
|
|
@ -313,7 +313,7 @@ pub trait Visitor<'v>: Sized {
|
|||
}
|
||||
|
||||
/// When invoking `visit_all_item_likes()`, you need to supply an
|
||||
/// item-like visitor. This method converts a "intra-visit"
|
||||
/// item-like visitor. This method converts an "intra-visit"
|
||||
/// visitor into an item-like visitor that walks the entire tree.
|
||||
/// If you use this, you probably don't want to process the
|
||||
/// contents of nested item-like things, since the outer loop will
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue