syntax: replace uses of old deriving attribute with new one
This commit is contained in:
parent
6e883c730e
commit
e2abecd3ab
13 changed files with 100 additions and 100 deletions
|
@ -93,7 +93,7 @@ use core::either;
|
|||
use core::vec;
|
||||
use std::oldmap::HashMap;
|
||||
|
||||
#[deriving_eq]
|
||||
#[deriving(Eq)]
|
||||
enum restriction {
|
||||
UNRESTRICTED,
|
||||
RESTRICT_STMT_EXPR,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue