mirror of
https://github.com/telemt/telemt.git
synced 2026-07-19 04:00:23 +03:00
chore: fix rustfmt import order
This commit is contained in:
@@ -6,8 +6,8 @@ use std::sync::Arc;
|
||||
use std::sync::atomic::Ordering;
|
||||
use std::time::{Duration, Instant};
|
||||
|
||||
use tokio::sync::{OwnedSemaphorePermit, Semaphore, TryAcquireError, mpsc};
|
||||
use tokio::sync::mpsc::error::TrySendError;
|
||||
use tokio::sync::{OwnedSemaphorePermit, Semaphore, TryAcquireError, mpsc};
|
||||
use tracing::{debug, warn};
|
||||
|
||||
use super::MePool;
|
||||
|
||||
Reference in New Issue
Block a user