mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
style: rustfmt
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user