mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-05 09:53:45 +00:00
Run rustfmt
This commit is contained in:
@@ -6,8 +6,8 @@ use std::time::Instant;
|
||||
use crossbeam_queue::{ArrayQueue, SegQueue};
|
||||
use futures_channel::oneshot::{channel, Sender};
|
||||
|
||||
use crate::runtime::{sleep, spawn, timeout, yield_now};
|
||||
use super::{Idle, Live, Options};
|
||||
use crate::runtime::{sleep, spawn, timeout, yield_now};
|
||||
use crate::{
|
||||
connection::{Connect, Connection},
|
||||
error::Error,
|
||||
|
||||
Reference in New Issue
Block a user