mirror of
https://github.com/BurntSushi/walkdir.git
synced 2025-09-30 23:20:31 +00:00
tests: restructure them
This is in preparation to rewrite the tests.
This commit is contained in:
parent
5d16163ce6
commit
011973f170
1
src/tests/mod.rs
Normal file
1
src/tests/mod.rs
Normal file
@ -0,0 +1 @@
|
||||
mod old;
|
@ -7,7 +7,7 @@ use std::io;
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::collections::HashMap;
|
||||
|
||||
use super::{DirEntry, WalkDir, IntoIter, Error, ErrorInner};
|
||||
use {DirEntry, WalkDir, IntoIter, Error, ErrorInner};
|
||||
|
||||
#[derive(Clone, Debug, Eq, Ord, PartialEq, PartialOrd)]
|
||||
enum Tree {
|
Loading…
x
Reference in New Issue
Block a user