mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
deprcated -> deprecated
This commit is contained in:
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user