mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
fuzzer: replace uses of old deriving attribute with new one
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user