Skip to content

Commit

Permalink
Merge pull request #2278 from CosmWasm/co/linter-warning
Browse files Browse the repository at this point in the history
Suppress linter warning
  • Loading branch information
chipshort authored Oct 7, 2024
2 parents cc74d2c + ca69baf commit 234e93e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/std/src/math/num_consts.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/// Crate internal trait for all our signed and unsigned number types
#[allow(dead_code)] // only used in tests for now
pub(crate) trait NumConsts {
const MAX: Self;
const MIN: Self;
Expand Down

0 comments on commit 234e93e

Please sign in to comment.