Skip to content

Commit

Permalink
Rollup merge of #119788 - mj10021:issue-119787-fix, r=oli-obk
Browse files Browse the repository at this point in the history
change function name in comments

fixes #119787 where I believe an incorrect function name is used in the comments
  • Loading branch information
matthiaskrgr authored Jan 11, 2024
2 parents 88493fc + 894d1d4 commit 6238698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_resolve/src/check_unused.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6238698

Please sign in to comment.