1
Fork 0

Merge branch 'pr-890'

This commit is contained in:
Manish Goregaokar 2016-05-02 14:43:11 +05:30
commit f6290b622c
4 changed files with 23 additions and 18 deletions

View file

@ -266,6 +266,7 @@ pub fn plugin_registrar(reg: &mut Registry) {
methods::WRONG_PUB_SELF_CONVENTION,
mut_mut::MUT_MUT,
mutex_atomic::MUTEX_INTEGER,
non_expressive_names::SIMILAR_NAMES,
print::PRINT_STDOUT,
print::USE_DEBUG,
shadow::SHADOW_REUSE,
@ -368,7 +369,6 @@ pub fn plugin_registrar(reg: &mut Registry) {
new_without_default::NEW_WITHOUT_DEFAULT,
no_effect::NO_EFFECT,
non_expressive_names::MANY_SINGLE_CHAR_NAMES,
non_expressive_names::SIMILAR_NAMES,
open_options::NONSENSICAL_OPEN_OPTIONS,
overflow_check_conditional::OVERFLOW_CHECK_CONDITIONAL,
panic::PANIC_PARAMS,