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
This commit is contained in:
Matthias Krüger 2024-01-11 03:02:42 +01:00 committed by GitHub
commit 6238698ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;