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

@@ -20,7 +20,6 @@
use kinds::Copy;
use mem;
use kinds::Sized;
/// The representation of a Rust slice
#[repr(C)]