]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/nonzero.rs
Auto merge of #35856 - phimuemue:master, r=brson
[rust.git] / src / libcore / nonzero.rs
index 92bbc4efb7cc1d78ab45fe0d0828401d544608d3..47afaf77353ee42803a246a61d1bc98a64bb9ef1 100644 (file)
@@ -13,7 +13,6 @@
             reason = "needs an RFC to flesh out the design",
             issue = "27730")]
 
-use marker::Sized;
 use ops::{CoerceUnsized, Deref};
 
 /// Unsafe trait to indicate what types are usable with the NonZero struct