diff options
| author | a_m0d <damien.schoof@gmail.com> | 2014-01-01 23:50:11 -0500 |
|---|---|---|
| committer | a_m0d <damien.schoof@gmail.com> | 2014-01-01 23:50:11 -0500 |
| commit | 65baedfa1f7129073d69c0c4ab0e86cd0eb54b14 (patch) | |
| tree | 2a36dd8c5c0d14338e7908c7372a2fd1e37c0c8f | |
| parent | 647525545b53c8ac4900a791f3b2fb2b894a4336 (diff) | |
| download | rust-65baedfa1f7129073d69c0c4ab0e86cd0eb54b14.tar.gz rust-65baedfa1f7129073d69c0c4ab0e86cd0eb54b14.zip | |
Fix typo in lint description.
| -rw-r--r-- | src/librustc/middle/lint.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/middle/lint.rs b/src/librustc/middle/lint.rs index d94bfe1447e..de6a133eaac 100644 --- a/src/librustc/middle/lint.rs +++ b/src/librustc/middle/lint.rs @@ -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, }), ]; |
