Ran util/update_lints.py to auto gen doc and lib.rs

This commit is contained in:
Vikas Kumar 2015-10-20 10:25:37 -07:00
parent 2951b70d15
commit 675c532eab
2 changed files with 3 additions and 2 deletions

View file

@ -136,9 +136,9 @@ pub fn plugin_registrar(reg: &mut Registry) {
loops::REVERSE_RANGE_LOOP,
loops::UNUSED_COLLECT,
loops::WHILE_LET_LOOP,
matches::MATCH_BOOL,
matches::MATCH_REF_PATS,
matches::SINGLE_MATCH,
matches::MATCH_BOOL,
methods::SHOULD_IMPLEMENT_TRAIT,
methods::STR_TO_STRING,
methods::STRING_TO_STRING,