Fix typo in lint description.

This commit is contained in:
a_m0d 2014-01-01 23:50:11 -05:00
parent 647525545b
commit 65baedfa1f

View File

@ -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,
}),
];