Skip to content

Commit

Permalink
style: Resolve clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Page committed Feb 2, 2021
1 parent 9b95af8 commit 951c6f5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions src/assert.rs
Expand Up @@ -24,10 +24,8 @@
use std::fmt;
use std::path;

use predicates;
use predicates::path::PredicateFileContentExt;
use predicates::str::PredicateStrExt;
use predicates_core;
use predicates_tree::CaseTreeExt;

use crate::fixture;
Expand Down
2 changes: 0 additions & 2 deletions src/fixture/dir.rs
@@ -1,7 +1,5 @@
use std::path;

use tempfile;

use super::errors::*;

/// A directory in the filesystem that is automatically deleted when
Expand Down
2 changes: 0 additions & 2 deletions src/fixture/file.rs
@@ -1,8 +1,6 @@
use std::ffi;
use std::path;

use tempfile;

use super::errors::*;

/// A potential file in the filesystem that is automatically deleted when
Expand Down
2 changes: 0 additions & 2 deletions src/fixture/tools.rs
Expand Up @@ -4,8 +4,6 @@ use std::fs;
use std::io::Write;
use std::path;

use globwalk;

use super::errors::*;
use super::ChildPath;
use super::NamedTempFile;
Expand Down

0 comments on commit 951c6f5

Please sign in to comment.