Fix typo in lint description.
This commit is contained in:
parent
647525545b
commit
65baedfa1f
@ -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…
x
Reference in New Issue
Block a user