auto merge of #11269 : am0d/rust/lint_typo, r=sanxiyn

This commit is contained in:
bors 2014-01-02 03:32:02 -08:00
commit ff578b7c83

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