auto merge of #11269 : am0d/rust/lint_typo, r=sanxiyn
This commit is contained in:
commit
ff578b7c83
@ -332,7 +332,7 @@ static lint_table: &'static [(&'static str, LintSpec)] = &[
|
||||
("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,
|
||||
}),
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user