deprcated -> deprecated

This commit is contained in:
Manish Goregaokar 2018-09-01 21:45:44 +05:30
parent 6a317be5c8
commit daa43643b0
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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`