Skip to content

Commit

Permalink
chore: make ffmt happy
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <mrcroxx@outlook.com>
  • Loading branch information
MrCroxx committed Sep 26, 2024
1 parent 046cf44 commit 7f8e8cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion foyer-storage/src/small/flusher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ use foyer_common::{
};
use foyer_memory::CacheEntry;
use futures::future::try_join_all;

use tokio::sync::{oneshot, OwnedSemaphorePermit, Semaphore};

use super::{
Expand Down
3 changes: 1 addition & 2 deletions foyer-storage/src/small/generic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ use foyer_memory::CacheEntry;
use futures::{future::join_all, Future};
use itertools::Itertools;

use super::flusher::Submission;
use crate::{
device::{MonitoredDevice, RegionId},
error::Result,
Expand All @@ -35,8 +36,6 @@ use crate::{
DeviceStats, Runtime,
};

use super::flusher::Submission;

pub struct GenericSmallStorageConfig<K, V, S>
where
K: StorageKey,
Expand Down

0 comments on commit 7f8e8cb

Please sign in to comment.