Skip to content

Commit 894d1d4

Browse files
authored
change function name in comments
1 parent 276b75a commit 894d1d4

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)