Skip to content

Commit ca69baf

Browse files
committed
Suppress linter warning
1 parent b6b0591 commit ca69baf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/std/src/math/num_consts.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/// Crate internal trait for all our signed and unsigned number types
2+
#[allow(dead_code)] // only used in tests for now
23
pub(crate) trait NumConsts {
34
const MAX: Self;
45
const MIN: Self;

0 commit comments

Comments
 (0)