]> git.lizzy.rs Git - rust.git/commitdiff
fuzzer: replace uses of old deriving attribute with new one
authorAndrew Paseltiner <apaseltiner@gmail.com>
Wed, 20 Mar 2013 15:39:12 +0000 (11:39 -0400)
committerAndrew Paseltiner <apaseltiner@gmail.com>
Fri, 22 Mar 2013 10:24:19 +0000 (06:24 -0400)
src/libfuzzer/fuzzer.rc

index 3a2bbcee4b0a606327ec1b16564aee35f8c7f376..21015a767b7154bb84fa7e10cc27ac515e7f3747 100644 (file)
@@ -39,7 +39,7 @@ use syntax::parse;
 use syntax::print::pprust;
 use syntax::diagnostic;
 
-#[deriving_eq]
+#[deriving(Eq)]
 pub enum test_mode { tm_converge, tm_run, }
 
 pub struct Context { mode: test_mode } // + rng