]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/prelude.rs
std: Remove generics from Option::expect
[rust.git] / src / libstd / prelude.rs
index cce2cce0d6ef6ddb89b72f4ebdeb59c6ef1bdca0..54dcbd1812fccaad8feb7eb32ec90580e9d9a34f 100644 (file)
@@ -69,7 +69,6 @@
 #[doc(no_inline)] pub use num::{Num, NumCast, CheckedAdd, CheckedSub, CheckedMul};
 #[doc(no_inline)] pub use num::{Signed, Unsigned, Primitive, Int, Float};
 #[doc(no_inline)] pub use num::{FloatMath, ToPrimitive, FromPrimitive};
-#[doc(no_inline)] pub use option::Expect;
 #[doc(no_inline)] pub use owned::Box;
 #[doc(no_inline)] pub use path::{GenericPath, Path, PosixPath, WindowsPath};
 #[doc(no_inline)] pub use ptr::RawPtr;