Skip to content

Commit

Permalink
Collapse the tree module into walk.
Browse files Browse the repository at this point in the history
  • Loading branch information
olson-sean-k committed Nov 4, 2023
1 parent b885195 commit 427b173
Show file tree
Hide file tree
Showing 3 changed files with 694 additions and 698 deletions.
2 changes: 1 addition & 1 deletion src/walk/glob.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use crate::capture::MatchedText;
use crate::encode::CompileError;
use crate::token::{self, Token, TokenTree};
use crate::walk::filter::{self, HierarchicalIterator, SeparatingFilter, Separation, SkipTree};
use crate::walk::tree::{
use crate::walk::{
EntryResidue, FileIterator, LinkBehavior, WalkBehavior, WalkEntry, WalkError, WalkTree,
};
use crate::{BuildError, CandidatePath, Combine, Glob};
Expand Down
Loading

0 comments on commit 427b173

Please sign in to comment.