Skip to content

Commit 963b546

Browse files
sourcefrogCopilot
andauthored
PathExt is still needed
Co-authored-by: Copilot <[email protected]>
1 parent 2b6ebad commit 963b546

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/copy_tree.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ use camino::{Utf8Path, Utf8PathBuf};
1212
use ignore::WalkBuilder;
1313
use tempfile::TempDir;
1414
use tracing::{debug, warn};
15+
use path_slash::PathExt;
1516

1617
use crate::options::Options;
1718
use crate::{check_interrupted, Console, Result};

0 commit comments

Comments
 (0)