Skip to content

Commit

Permalink
Remove unneeded std import
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Aug 17, 2024
1 parent f058a48 commit 454acb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/int/big.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ macro_rules! impl_common {

impl_common!(i256);
impl_common!(u256);
extern crate std;
use std::dbg;

impl ops::Shr<u32> for u256 {
type Output = Self;
Expand Down

0 comments on commit 454acb9

Please sign in to comment.