1
Fork 0

auto merge of #13096 : sstewartgallus/rust/cleanup-test-warnings, r=huonw

This commit is contained in:
bors 2014-03-23 16:31:52 -07:00
commit 2c7f3b850c
4 changed files with 5 additions and 6 deletions

View file

@ -1360,7 +1360,6 @@ mod tests {
use mem::{drop, size_of};
use ops::Drop;
use option::{Some, None};
use ptr;
use container::Container;
use slice::{Vector, MutableVector, ImmutableVector};