deprcated -> deprecated
This commit is contained in:
parent
6a317be5c8
commit
daa43643b0
2 changed files with 2 additions and 2 deletions
|
|
@ -321,7 +321,7 @@ impl LintStore {
|
|||
}
|
||||
CheckLintNameResult::Tool(result) => match result {
|
||||
Err((Some(_), new_name)) => Some(sess.struct_warn(&format!(
|
||||
"lint name `{}` is deprcated \
|
||||
"lint name `{}` is deprecated \
|
||||
and does not have an effect anymore. \
|
||||
Use: {}",
|
||||
lint_name, new_name
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
warning: lint name `test_lint` is deprcated and does not have an effect anymore. Use: clippy::test_lint
|
||||
warning: lint name `test_lint` is deprecated and does not have an effect anymore. Use: clippy::test_lint
|
||||
|
|
||||
= note: requested on the command line with `-A test_lint`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue