From 894d1d4a255b8a704ebd7c6a423bff2be3dcba3c Mon Sep 17 00:00:00 2001 From: mj10021 Date: Tue, 9 Jan 2024 18:39:53 -0500 Subject: [PATCH] change function name in comments --- compiler/rustc_resolve/src/check_unused.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_resolve/src/check_unused.rs b/compiler/rustc_resolve/src/check_unused.rs index b2578e4c4b446..1b439605c5289 100644 --- a/compiler/rustc_resolve/src/check_unused.rs +++ b/compiler/rustc_resolve/src/check_unused.rs @@ -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;