diff --git a/src/mutators/numbers.rs b/src/mutators/numbers.rs index 84ee400..c933db3 100644 --- a/src/mutators/numbers.rs +++ b/src/mutators/numbers.rs @@ -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