sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
This commit is contained in:
@@ -800,6 +800,6 @@ mod tests {
|
||||
}
|
||||
|
||||
// Make sure deriving works with Arc<T>
|
||||
#[deriving(Eq, Ord, PartialEq, PartialOrd, Clone, Show, Default)]
|
||||
#[derive(Eq, Ord, PartialEq, PartialOrd, Clone, Show, Default)]
|
||||
struct Foo { inner: Arc<int> }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user