From de69767a3cc02ca9811dcd64b5deee9a891b53d1 Mon Sep 17 00:00:00 2001 From: Trevor Spiteri Date: Mon, 13 Apr 2020 04:28:23 +0200 Subject: [PATCH] fmt --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index f679dac..491301d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -272,9 +272,9 @@ mod wrapping; use crate::{ arith::MulDivOverflow, from_str::FromStrRadix, + log10::IntFracLog10, traits::{FromFixed, ToFixed}, types::extra::{LeEqU128, LeEqU16, LeEqU32, LeEqU64, LeEqU8}, - log10::IntFracLog10, }; pub use crate::{from_str::ParseFixedError, wrapping::Wrapping}; use core::{