Update code with new lint names
This commit is contained in:
parent
58dc0a05ab
commit
e0ad0fcb95
178 changed files with 265 additions and 265 deletions
|
@ -10,8 +10,8 @@
|
|||
|
||||
// Exercise the unused_mut attribute in some positive and negative cases
|
||||
|
||||
#![allow(dead_assignment)]
|
||||
#![allow(unused_variable)]
|
||||
#![allow(unused_assignments)]
|
||||
#![allow(unused_variables)]
|
||||
#![allow(dead_code)]
|
||||
#![deny(unused_mut)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue