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.
2 parents cc74d2c + ca69baf commit 234e93eCopy full SHA for 234e93e
packages/std/src/math/num_consts.rs
@@ -1,4 +1,5 @@
1
/// Crate internal trait for all our signed and unsigned number types
2
+#[allow(dead_code)] // only used in tests for now
3
pub(crate) trait NumConsts {
4
const MAX: Self;
5
const MIN: Self;
0 commit comments