We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88493fc + 894d1d4 commit 6238698Copy full SHA for 6238698
compiler/rustc_resolve/src/check_unused.rs
@@ -20,7 +20,7 @@
20
// separate step to be able to collapse the adjacent spans that rustfix
21
// will remove
22
//
23
-// - `check_crate` finally emits the diagnostics based on the data generated
+// - `check_unused` finally emits the diagnostics based on the data generated
24
// in the last step
25
26
use crate::imports::ImportKind;
0 commit comments