Skip to content

Commit fdf3a83

Browse files
committed
Fix duplicate import in pth module
Remove duplicate borrow::Cow import in absolute_path.rs that was causing compilation error. This resolves merge conflict artifacts.
1 parent 2130663 commit fdf3a83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

module/core/pth/src/path/absolute_path.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ mod private
77
path::{ Path, PathBuf },
88
borrow::Cow,
99
io,
10-
borrow::Cow,
1110
};
1211
use core::
1312
{

0 commit comments

Comments
 (0)