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
+1 -1
View File
@@ -321,7 +321,7 @@ pub fn check_lint_name_cmdline(&self,
}
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`