Skip to content

Commit

Permalink
fix clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
jaemk committed Jun 2, 2020
1 parent ceef528 commit ee91228
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -701,12 +701,6 @@ mod tests {
io::{self, Read, Write},
path::{Path, PathBuf},
};
#[cfg(feature = "archive-tar")]
use tar;
#[cfg(feature = "archive-zip")]
use tempfile;
#[cfg(feature = "archive-zip")]
use zip;

#[test]
fn detect_plain() {
Expand Down

0 comments on commit ee91228

Please sign in to comment.