Skip to content

Commit 545eb62

Browse files
authored
Unrolled build for rust-lang#119788
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
2 parents 0a89233 + 894d1d4 commit 545eb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_resolve/src/check_unused.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// separate step to be able to collapse the adjacent spans that rustfix
2121
// will remove
2222
//
23-
// - `check_crate` finally emits the diagnostics based on the data generated
23+
// - `check_unused` finally emits the diagnostics based on the data generated
2424
// in the last step
2525

2626
use crate::imports::ImportKind;

0 commit comments

Comments
 (0)