Skip to content

Commit

Permalink
chore: Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Jan 2, 2024
1 parent 1645c90 commit 0917467
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions car-mirror/src/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ use crate::common::references;
use anyhow::Result;
use async_trait::async_trait;
use libipld::{Cid, IpldCodec};
use wnfs_common::{
utils::{Arc, CondSync},
BlockStore, BlockStoreError,
};
#[cfg(feature = "quick_cache")]
use wnfs_common::utils::Arc;
use wnfs_common::{utils::CondSync, BlockStore, BlockStoreError};

/// This trait abstracts caches used by the car mirror implementation.
/// An efficient cache implementation can significantly reduce the amount
Expand Down

0 comments on commit 0917467

Please sign in to comment.