auto merge of #11269 : am0d/rust/lint_typo, r=sanxiyn
This commit is contained in:
commit
ff578b7c83
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue