Skip to content

Commit

Permalink
Fix formatting for SaturatingAdd, SaturatingMul and SaturatingSub tra…
Browse files Browse the repository at this point in the history
…its in lib.rs.
  • Loading branch information
trepetti committed Apr 30, 2020
1 parent 052e765 commit 964752f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ pub use ops::checked::{
};
pub use ops::inv::Inv;
pub use ops::mul_add::{MulAdd, MulAddAssign};
pub use ops::saturating::{
SaturatingAdd, SaturatingMul, SaturatingSub,
};
pub use ops::saturating::{SaturatingAdd, SaturatingMul, SaturatingSub};
pub use ops::wrapping::{
WrappingAdd, WrappingMul, WrappingNeg, WrappingShl, WrappingShr, WrappingSub,
};
Expand Down

0 comments on commit 964752f

Please sign in to comment.