Skip to content

Commit

Permalink
allow deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Mar 6, 2024
1 parent 8fc90d2 commit b80397d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/u256.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
//! [`primitive_types::U256`] with several custom impls and additional traits from
//! [`num_traits`] that are necessary for currency manipulation but not included by default.

#![allow(deprecated)]

use core::ops::*;
use num_integer::Integer;
use num_traits::*;
Expand Down

0 comments on commit b80397d

Please sign in to comment.