Skip to content

Commit 26e924a

Browse files
author
Ed Page
committedFeb 2, 2021
style: Resolve clippy
1 parent 9b95af8 commit 26e924a

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed
 

‎src/assert.rs

-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@
2424
use std::fmt;
2525
use std::path;
2626

27-
use predicates;
2827
use predicates::path::PredicateFileContentExt;
2928
use predicates::str::PredicateStrExt;
30-
use predicates_core;
3129
use predicates_tree::CaseTreeExt;
3230

3331
use crate::fixture;

‎src/fixture/dir.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
use std::path;
22

3-
use tempfile;
4-
53
use super::errors::*;
64

75
/// A directory in the filesystem that is automatically deleted when

‎src/fixture/file.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
use std::ffi;
22
use std::path;
33

4-
use tempfile;
5-
64
use super::errors::*;
75

86
/// A potential file in the filesystem that is automatically deleted when

‎src/fixture/tools.rs

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ use std::fs;
44
use std::io::Write;
55
use std::path;
66

7-
use globwalk;
8-
97
use super::errors::*;
108
use super::ChildPath;
119
use super::NamedTempFile;

‎tests/assert.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
use assert_fs;
2-
31
use assert_fs::prelude::*;
42
use predicates::prelude::*;
53

0 commit comments

Comments
 (0)