]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/num.rs
Rollup merge of #96129 - mattheww:2022-04_float_rounding, r=Dylan-DPC
[rust.git] / library / std / src / num.rs
index e7051f0ce95b24e2610fd14a92c31b7fb6b3bdb5..46064bd2837705eafbc31999ff3b115e38e30f74 100644 (file)
@@ -12,6 +12,8 @@
 #[cfg(test)]
 mod benches;
 
+#[unstable(feature = "saturating_int_impl", issue = "87920")]
+pub use core::num::Saturating;
 #[stable(feature = "rust1", since = "1.0.0")]
 pub use core::num::Wrapping;
 #[stable(feature = "rust1", since = "1.0.0")]