test: replace uses of old deriving attribute with new one
This commit is contained in:
parent
9966eaaba4
commit
ec960963c1
25 changed files with 27 additions and 27 deletions
|
@ -1,4 +1,4 @@
|
|||
#[deriving_clone]
|
||||
#[deriving(Clone)]
|
||||
struct S<T>(T, ());
|
||||
|
||||
fn main() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue