Skip to content

Commit 6238698

Browse files
authored
Rollup merge of #119788 - mj10021:issue-119787-fix, r=oli-obk
change function name in comments fixes #119787 where I believe an incorrect function name is used in the comments
2 parents 88493fc + 894d1d4 commit 6238698

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)