Make update_lints script accept digits in lint names
This commit is contained in:
parent
04f9d35f64
commit
23dfb2fbc0
3 changed files with 4 additions and 2 deletions
|
|
@ -239,6 +239,7 @@ pub fn plugin_registrar(reg: &mut Registry) {
|
|||
temporary_assignment::TEMPORARY_ASSIGNMENT,
|
||||
transmute::USELESS_TRANSMUTE,
|
||||
types::BOX_VEC,
|
||||
types::CHAR_LIT_AS_U8,
|
||||
types::LET_UNIT_VALUE,
|
||||
types::LINKEDLIST,
|
||||
types::TYPE_COMPLEXITY,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue