We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc2d03 commit 02866e6Copy full SHA for 02866e6
src/libstd/prelude.rs
@@ -66,7 +66,7 @@
66
#[doc(no_inline)] pub use iter::{Iterator, DoubleEndedIterator};
67
#[doc(no_inline)] pub use iter::{RandomAccessIterator, CloneableIterator};
68
#[doc(no_inline)] pub use iter::{OrdIterator, MutableDoubleEndedIterator};
69
-#[doc(no_inline)] pub use num::{Num, NumCast, CheckedAdd, CheckedSub, CheckedMul};
+#[doc(no_inline)] pub use num::{Num, NumCast, CheckedAdd, CheckedSub, CheckedMul, CheckedDiv};
70
#[doc(no_inline)] pub use num::{Signed, Unsigned, Primitive, Int, Float};
71
#[doc(no_inline)] pub use num::{FloatMath, ToPrimitive, FromPrimitive};
72
#[doc(no_inline)] pub use owned::Box;
0 commit comments