1
Fork 0

This commit cleans up a few test warnings

This commit is contained in:
Steven Stewart-Gallus 2014-03-22 22:20:27 -07:00
parent 94e4e91724
commit 8feb2ddf12
4 changed files with 5 additions and 6 deletions

View file

@ -1365,7 +1365,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};