]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/io/extensions.rs
collections: Move push/pop to MutableSeq
[rust.git] / src / libstd / io / extensions.rs
index ca3eee01575fd3aca54bbddd85bb875925a0a69b..5215aec5dfbfa6e314bd481a22169e3f978cea25 100644 (file)
@@ -15,7 +15,7 @@
 // FIXME: Not sure how this should be structured
 // FIXME: Iteration should probably be considered separately
 
-use collections::Collection;
+use collections::{Collection, MutableSeq};
 use iter::Iterator;
 use option::{Option, Some, None};
 use result::{Ok, Err};