syntax: replace uses of old deriving attribute with new one

This commit is contained in:
Andrew Paseltiner
2013-03-20 11:52:45 -04:00
parent 6e883c730e
commit e2abecd3ab
13 changed files with 100 additions and 100 deletions

View File

@@ -582,7 +582,7 @@ pub fn variant_visibility_to_privacy(visibility: visibility,
}
}
#[deriving_eq]
#[deriving(Eq)]
pub enum Privacy {
Private,
Public