Adjust compiler tests for unused_tuple_struct_fields -> dead_code
This commit is contained in:
parent
5772818dc8
commit
53eca9fa87
166 changed files with 223 additions and 209 deletions
|
@ -1,5 +1,5 @@
|
|||
// run-pass
|
||||
#[allow(unused_tuple_struct_fields)]
|
||||
#[allow(dead_code)]
|
||||
#[derive(Debug)]
|
||||
struct Foo(isize, isize);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue