Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: typo in read.rs
Signed-off-by: Chris Hennick <[email protected]>
  • Loading branch information
Pr0methean authored Sep 11, 2025
commit f47542cf3724d31596d7abd205abaf8e5db8097e
3 changes: 1 addition & 2 deletions src/read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2053,8 +2053,7 @@ pub fn root_dir_common_filter(path: &Path) -> bool {
}

true
Pr0methean
mentioned this last week}
}

#[cfg(test)]
mod test {
Expand Down
Loading