mirror of
https://github.com/sharkdp/fd
synced 2024-11-02 14:04:31 +00:00
Remove use (which broke the build)
This commit is contained in:
parent
f01685c63f
commit
409cf0c7a1
1 changed files with 0 additions and 3 deletions
|
@ -1005,9 +1005,6 @@ fn test_invalid_utf8() {
|
|||
/// (--size)
|
||||
#[test]
|
||||
fn test_size() {
|
||||
use std::ffi::OsStr;
|
||||
use std::os::unix::ffi::OsStrExt;
|
||||
|
||||
let dirs = &["test1", "test2"];
|
||||
let files = &["test1/a.foo", "test1/b.foo", "test1/c.foo"];
|
||||
let te = TestEnv::new(dirs, files);
|
||||
|
|
Loading…
Reference in a new issue