Auto merge of #12053 - mikkoglinn678:fix_new_lint_typo, r=llogiq

Fix typo in new_lint.rs

changelog: none
This commit is contained in:
bors 2023-12-31 09:22:26 +00:00
commit eca3932395

View File

@ -67,7 +67,7 @@ pub fn create(
if pass == "early" {
println!(
"\n\
NOTE: Use a late pass unless you need something specific from\
NOTE: Use a late pass unless you need something specific from\n\
an early pass, as they lack many features and utilities"
);
}