Skip to content

Commit

Permalink
Merge pull request #2281 from CosmWasm/mergify/bp/release/2.2/pr-2278
Browse files Browse the repository at this point in the history
Suppress linter warning (backport #2278)
  • Loading branch information
chipshort authored Oct 7, 2024
2 parents 2071cd9 + 12f8dfe commit 2be6fb1
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 2be6fb1

Please sign in to comment.