Updated lints with script
This commit is contained in:
parent
498e0fba7f
commit
c81edfc7b9
2 changed files with 3 additions and 2 deletions
|
|
@ -368,9 +368,9 @@ pub fn plugin_registrar(reg: &mut Registry) {
|
|||
transmute::TRANSMUTE_PTR_TO_REF,
|
||||
transmute::USELESS_TRANSMUTE,
|
||||
types::ABSURD_EXTREME_COMPARISONS,
|
||||
types::INVALID_UPCAST_COMPARISONS,
|
||||
types::BOX_VEC,
|
||||
types::CHAR_LIT_AS_U8,
|
||||
types::INVALID_UPCAST_COMPARISONS,
|
||||
types::LET_UNIT_VALUE,
|
||||
types::LINKEDLIST,
|
||||
types::TYPE_COMPLEXITY,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue