Merge pull request #71 from sourcejedi/patch-1

Fix copy+paste in description of LEN_ZERO
This commit is contained in:
Manish Goregaokar 2015-05-26 16:02:04 +05:30
commit eb421ca202
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ use rustc::middle::def::{DefTy, DefStruct, DefTrait};
use syntax::codemap::{Span, Spanned};
declare_lint!(pub LEN_ZERO, Warn,
"Warn on usage of double-mut refs, e.g. '&mut &mut ...'");
"Warn when .is_empty() could be used instead of checking .len()");
declare_lint!(pub LEN_WITHOUT_IS_EMPTY, Warn,
"Warn on traits and impls that have .len() but not .is_empty()");