aboutsummaryrefslogtreecommitdiffstats
path: root/components/plugins/lints/ban.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/plugins/lints/ban.rs')
-rw-r--r--components/plugins/lints/ban.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/plugins/lints/ban.rs b/components/plugins/lints/ban.rs
index 78761c274f4..a4c3b7cea07 100644
--- a/components/plugins/lints/ban.rs
+++ b/components/plugins/lints/ban.rs
@@ -7,7 +7,7 @@ use rustc::lint::{Context, LintPass, LintArray};
use utils::match_ty_unwrap;
declare_lint!(BANNED_TYPE, Deny,
- "Ban various unsafe type combinations")
+ "Ban various unsafe type combinations");
/// Lint for banning various unsafe types
///