Skip to content

Commit 65baedf

Browse files
committed
Fix typo in lint description.
1 parent 6475255 commit 65baedf

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)