Skip to content

Commit

Permalink
Unrolled build for rust-lang#119788
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#119788 - mj10021:issue-119787-fix, r=oli-obk

change function name in comments

fixes rust-lang#119787 where I believe an incorrect function name is used in the comments
  • Loading branch information
rust-timer authored Jan 11, 2024
2 parents 0a89233 + 894d1d4 commit 545eb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_resolve/src/check_unused.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// separate step to be able to collapse the adjacent spans that rustfix
// will remove
//
// - `check_crate` finally emits the diagnostics based on the data generated
// - `check_unused` finally emits the diagnostics based on the data generated
// in the last step

use crate::imports::ImportKind;
Expand Down

0 comments on commit 545eb62

Please sign in to comment.