Skip to content

Commit

Permalink
Fix ambiguity warning with zip crate
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Nov 16, 2023
1 parent 2c1c93c commit cf73ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/storage_adapter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
#[cfg(feature = "zip")]
mod zip;
#[cfg(feature = "zip")]
pub use zip::{ZipStorageAdapter, ZipStorageAdapterCreateError};
pub use self::zip::{ZipStorageAdapter, ZipStorageAdapterCreateError};

0 comments on commit cf73ff2

Please sign in to comment.