Skip to content

Commit 95f8f1e

Browse files
committed
fix typo in creating early lint pass
1 parent 174a0d7 commit 95f8f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_dev/src/new_lint.rs

Lines changed: 1 addition & 1 deletion
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)