diff options
Diffstat (limited to 'src/liballoc/arc.rs')
| -rw-r--r-- | src/liballoc/arc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/arc.rs b/src/liballoc/arc.rs index e00f4c45017..0a814183346 100644 --- a/src/liballoc/arc.rs +++ b/src/liballoc/arc.rs @@ -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> } } |
