Skip to content

Commit 234e93e

Browse files
authored
Merge pull request #2278 from CosmWasm/co/linter-warning
Suppress linter warning
2 parents cc74d2c + ca69baf commit 234e93e

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)