chore: fix rustfmt import order

This commit is contained in:
Yaroslav Petrovskikh
2026-07-10 19:32:01 +03:00
parent 5e9d99bb4d
commit cd38e8ca80
+1 -1
View File
@@ -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;