We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a317be commit daa4364Copy full SHA for daa4364
src/librustc/lint/context.rs
@@ -321,7 +321,7 @@ impl LintStore {
321
}
322
CheckLintNameResult::Tool(result) => match result {
323
Err((Some(_), new_name)) => Some(sess.struct_warn(&format!(
324
- "lint name `{}` is deprcated \
+ "lint name `{}` is deprecated \
325
and does not have an effect anymore. \
326
Use: {}",
327
lint_name, new_name
src/test/ui-fulldeps/lint_tool_cmdline_allow.stderr
@@ -1,4 +1,4 @@
1
-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
2
|
3
= note: requested on the command line with `-A test_lint`
4
0 commit comments