Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
NikVolf committed Mar 27, 2020
1 parent 35da126 commit 8504d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/arithmetic/fuzzer/src/per_thing_rational.rs
Expand Up @@ -24,7 +24,7 @@

use honggfuzz::fuzz;
use sp_arithmetic::{
PerThing, PerU16, Percent, Perbill, Perquintill, assert_eq_error_rate,
PerThing, PerU16, Percent, Perbill, Perquintill,
traits::SaturatedConversion,
};

Expand Down

0 comments on commit 8504d76

Please sign in to comment.