about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-10-14 04:02:48 +0000
committerbors <bors@rust-lang.org>2014-10-14 04:02:48 +0000
commita1e2eb0395941f5ca79cd59c8ab0a9f3133a2df0 (patch)
tree2782a6efa84382e234077244930b2d78d54ce7ee /src/liballoc
parent1c3ddd297128a96f72be09bddf138e4e603a7aa1 (diff)
parent2e2d681d88d99c4bb7033b852f98d6f979af5672 (diff)
downloadrust-a1e2eb0395941f5ca79cd59c8ab0a9f3133a2df0.tar.gz
rust-a1e2eb0395941f5ca79cd59c8ab0a9f3133a2df0.zip
auto merge of #18017 : alexcrichton/rust/rollup, r=alexcrichton
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/arc.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/arc.rs b/src/liballoc/arc.rs
index 39524ed547d..a2483f23534 100644
--- a/src/liballoc/arc.rs
+++ b/src/liballoc/arc.rs
@@ -276,7 +276,6 @@ impl<T: Sync + Send> Drop for Weak<T> {
 #[allow(experimental)]
 mod tests {
     use std::clone::Clone;
-    use std::collections::MutableSeq;
     use std::comm::channel;
     use std::mem::drop;
     use std::ops::Drop;