1
Fork 0

test: replace uses of old deriving attribute with new one

This commit is contained in:
Andrew Paseltiner 2013-03-20 11:42:59 -04:00
parent 9966eaaba4
commit ec960963c1
25 changed files with 27 additions and 27 deletions

View file

@ -1,4 +1,4 @@
#[deriving_clone]
#[deriving(Clone)]
struct S<T>(T, ());
fn main() {}