Skip to content

Commit

Permalink
small update
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Rodler committed Jan 17, 2024
1 parent 7db5e41 commit 67dab37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mutators/numbers.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//! mutation functions for numbers and arrays of numbers.

use num_traits::{
FromPrimitive, Num, PrimInt, WrappingAdd, WrappingMul, WrappingNeg,
WrappingShl, WrappingShr, WrappingSub,
FromPrimitive, Num, PrimInt, WrappingAdd, WrappingMul, WrappingNeg, WrappingShl, WrappingShr,
WrappingSub,
};

/// Trait used to summarize needed supertraits for fuzzing primitive numbers
Expand Down

0 comments on commit 67dab37

Please sign in to comment.