Merge branch 'pr-890'
This commit is contained in:
commit
f6290b622c
4 changed files with 23 additions and 18 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue