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 b6b0591 commit ca69bafCopy full SHA for ca69baf
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