Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/librustc_resolve/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2794,7 +2794,7 @@ impl<'a> Resolver<'a> {
27942794
/// A variant of `smart_resolve_path` where you also specify extra
27952795
/// information about where the path came from; this extra info is
27962796
/// sometimes needed for the lint that recommends rewriting
2797-
/// absoluate paths to `crate`, so that it knows how to frame the
2797+
/// absolute paths to `crate`, so that it knows how to frame the
27982798
/// suggestion. If you are just resolving a path like `foo::bar`
27992799
/// that appears...somewhere, though, then you just want
28002800
/// `CrateLint::SimplePath`, which is what `smart_resolve_path`

0 commit comments

Comments
 (0)
Please sign in to comment.