Skip to content

Commit 88b4ff7

Browse files
committed
Remove unused trait
1 parent 9c3a93f commit 88b4ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/numeric/impl_numeric.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#[cfg(feature = "std")]
1010
use num_traits::Float;
11-
use num_traits::{self, FromPrimitive, Zero, PrimInt, Pow};
11+
use num_traits::{self, FromPrimitive, Zero, Pow};
1212
use std::ops::{Add, Div, Mul};
1313

1414
use crate::imp_prelude::*;

0 commit comments

Comments
 (0)