sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
This commit is contained in:
parent
8c5bb80d9b
commit
351409a622
231 changed files with 1115 additions and 1115 deletions
|
@ -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> }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue