mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
style: rustfmt
This commit is contained in:
parent
c6fa9047b9
commit
96f4a43bb8
@ -1,5 +1,8 @@
|
||||
use num_bigint::{BigInt, Sign};
|
||||
use rust_decimal::{Decimal, prelude::{Zero, ToPrimitive}};
|
||||
use rust_decimal::{
|
||||
prelude::{ToPrimitive, Zero},
|
||||
Decimal,
|
||||
};
|
||||
use std::convert::{TryFrom, TryInto};
|
||||
|
||||
use crate::decode::Decode;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user