Skip to content

Commit

Permalink
Rollup merge of #51961 - 11Takanori:fix-typo, r=petrochenkov
Browse files Browse the repository at this point in the history
Fix typo in /src/librustc_resolve/lib.rs

absoluate -> absolute
  • Loading branch information
pietroalbini authored Jul 1, 2018
2 parents c78bfa3 + 2e8d9d7 commit 3e95491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_resolve/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2794,7 +2794,7 @@ impl<'a> Resolver<'a> {
/// A variant of `smart_resolve_path` where you also specify extra
/// information about where the path came from; this extra info is
/// sometimes needed for the lint that recommends rewriting
/// absoluate paths to `crate`, so that it knows how to frame the
/// absolute paths to `crate`, so that it knows how to frame the
/// suggestion. If you are just resolving a path like `foo::bar`
/// that appears...somewhere, though, then you just want
/// `CrateLint::SimplePath`, which is what `smart_resolve_path`
Expand Down

0 comments on commit 3e95491

Please sign in to comment.