Skip to content

Commit

Permalink
style: allow unused import for clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Jan 2, 2024
1 parent b51f414 commit 641f52d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,6 @@ pub use conversion::quick_collection;
#[cfg(feature = "zip")]
mod kmz_reader;

#[allow(unused_imports)]
#[cfg(feature = "zip")]
pub use kmz_reader::*;

0 comments on commit 641f52d

Please sign in to comment.