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
|
@ -128,7 +128,7 @@ pub struct span {
|
|||
|
||||
#[auto_encode]
|
||||
#[auto_decode]
|
||||
#[deriving_eq]
|
||||
#[deriving(Eq)]
|
||||
pub struct spanned<T> { node: T, span: span }
|
||||
|
||||
impl cmp::Eq for span {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue