remove unused Sized imports

This commit is contained in:
Jorge Aparicio
2015-01-04 21:47:03 -05:00
parent 774588fd9d
commit c26f5801f5
4 changed files with 0 additions and 4 deletions

View File

@@ -14,7 +14,6 @@
#![unstable = "unsure about placement and naming"]
use core::kinds::Sized;
use iter::IteratorExt;
use ops::FnMut;
use slice::SliceExt;