File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ pub trait Visitor<'v> : Sized {
154
154
/// hashed separately.
155
155
///
156
156
/// **If for some reason you want the nested behavior, but don't
157
- /// have a `Map` are your disposal:** then you should override the
157
+ /// have a `Map` at your disposal:** then you should override the
158
158
/// `visit_nested_XXX` methods, and override this method to
159
159
/// `panic!()`. This way, if a new `visit_nested_XXX` variant is
160
160
/// added in the future, we will see the panic in your code and
Original file line number Diff line number Diff line change @@ -1014,7 +1014,7 @@ pub enum QPath {
1014
1014
///
1015
1015
/// UFCS source paths can desugar into this, with `Vec::new` turning into
1016
1016
/// `<Vec>::new`, and `T::X::Y::method` into `<<<T>::X>::Y>::method`,
1017
- /// the `X` and `Y` nodes being each a `TyPath(QPath::TypeRelative(..))`.
1017
+ /// the `X` and `Y` nodes each being a `TyPath(QPath::TypeRelative(..))`.
1018
1018
TypeRelative ( P < Ty > , P < PathSegment > )
1019
1019
}
1020
1020
You can’t perform that action at this time.
0 commit comments