We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae90dcf commit 709a6c9Copy full SHA for 709a6c9
library/core/src/num/mod.rs
@@ -43,8 +43,12 @@ mod uint_macros; // import uint_impl!
43
mod error;
44
mod int_log10;
45
mod nonzero;
46
+#[unstable(feature = "saturating_int_impl", issue = "87920")]
47
+mod saturating;
48
mod wrapping;
49
50
51
+pub use saturating::Saturating;
52
#[stable(feature = "rust1", since = "1.0.0")]
53
pub use wrapping::Wrapping;
54
0 commit comments