Skip to content

Commit eca3932

Browse files
committed
Auto merge of #12053 - mikkoglinn678:fix_new_lint_typo, r=llogiq
Fix typo in new_lint.rs changelog: none
2 parents 44c99a8 + 95f8f1e commit eca3932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_dev/src/new_lint.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pub fn create(
6767
if pass == "early" {
6868
println!(
6969
"\n\
70-
NOTE: Use a late pass unless you need something specific from\
70+
NOTE: Use a late pass unless you need something specific from\n\
7171
an early pass, as they lack many features and utilities"
7272
);
7373
}

0 commit comments

Comments
 (0)