mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
auto merge of #11269 : am0d/rust/lint_typo, r=sanxiyn
This commit is contained in:
@@ -332,7 +332,7 @@ enum LintSource {
|
||||
("unknown_features",
|
||||
LintSpec {
|
||||
lint: unknown_features,
|
||||
desc: "unknown features found in create-level #[feature] directives",
|
||||
desc: "unknown features found in crate-level #[feature] directives",
|
||||
default: deny,
|
||||
}),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user