Skip to content

Commit

Permalink
Suppress linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Oct 7, 2024
1 parent b6b0591 commit ca69baf
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 ca69baf

Please sign in to comment.