File tree 5 files changed +0
-10
lines changed
5 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 24
24
use std:: fmt;
25
25
use std:: path;
26
26
27
- use predicates;
28
27
use predicates:: path:: PredicateFileContentExt ;
29
28
use predicates:: str:: PredicateStrExt ;
30
- use predicates_core;
31
29
use predicates_tree:: CaseTreeExt ;
32
30
33
31
use crate :: fixture;
Original file line number Diff line number Diff line change 1
1
use std:: path;
2
2
3
- use tempfile;
4
-
5
3
use super :: errors:: * ;
6
4
7
5
/// A directory in the filesystem that is automatically deleted when
Original file line number Diff line number Diff line change 1
1
use std:: ffi;
2
2
use std:: path;
3
3
4
- use tempfile;
5
-
6
4
use super :: errors:: * ;
7
5
8
6
/// A potential file in the filesystem that is automatically deleted when
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ use std::fs;
4
4
use std:: io:: Write ;
5
5
use std:: path;
6
6
7
- use globwalk;
8
-
9
7
use super :: errors:: * ;
10
8
use super :: ChildPath ;
11
9
use super :: NamedTempFile ;
Original file line number Diff line number Diff line change 1
- use assert_fs;
2
-
3
1
use assert_fs:: prelude:: * ;
4
2
use predicates:: prelude:: * ;
5
3
You can’t perform that action at this time.
0 commit comments