parent
c6bbb95ce2
commit
451e8c1c61
327 changed files with 638 additions and 635 deletions
|
@ -10,11 +10,11 @@
|
|||
|
||||
// Exercise the unused_mut attribute in some positive and negative cases
|
||||
|
||||
#[allow(dead_assignment)];
|
||||
#[allow(unused_variable)];
|
||||
#[allow(dead_code)];
|
||||
#[allow(deprecated_owned_vector)];
|
||||
#[deny(unused_mut)];
|
||||
#![allow(dead_assignment)]
|
||||
#![allow(unused_variable)]
|
||||
#![allow(dead_code)]
|
||||
#![allow(deprecated_owned_vector)]
|
||||
#![deny(unused_mut)]
|
||||
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue