Skip to content

Commit ff578b7

Browse files
committed
auto merge of #11269 : am0d/rust/lint_typo, r=sanxiyn
2 parents bbdf645 + 65baedf commit ff578b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/lint.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ static lint_table: &'static [(&'static str, LintSpec)] = &[
332332
("unknown_features",
333333
LintSpec {
334334
lint: unknown_features,
335-
desc: "unknown features found in create-level #[feature] directives",
335+
desc: "unknown features found in crate-level #[feature] directives",
336336
default: deny,
337337
}),
338338
];

0 commit comments

Comments
 (0)