mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 07:04:18 +00:00
fix typo in creating early lint pass
This commit is contained in:
parent
174a0d7be6
commit
95f8f1eed2
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ pub fn create(
|
||||||
if pass == "early" {
|
if pass == "early" {
|
||||||
println!(
|
println!(
|
||||||
"\n\
|
"\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"
|
an early pass, as they lack many features and utilities"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue