Skip to content

Commit 47d5cd5

Browse files
committed
refactor: replace qualified with use
1 parent e0fae50 commit 47d5cd5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/app/sub/unix_ext.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
use super::HardlinkSubroutines;
22
use crate::{
3-
data_tree::DataTree, json_data::JsonShared, os_string_display::OsStringDisplay,
4-
runtime_error::RuntimeError, size,
3+
data_tree::DataTree, hardlink::HardlinkAware, json_data::JsonShared,
4+
os_string_display::OsStringDisplay, runtime_error::RuntimeError, size,
55
};
66
use pipe_trait::Pipe;
77

8-
impl<Size> HardlinkSubroutines<Size> for crate::hardlink::HardlinkAware<Size>
8+
impl<Size> HardlinkSubroutines<Size> for HardlinkAware<Size>
99
where
1010
DataTree<OsStringDisplay, Size>: Send,
1111
Size: size::Size + Sync,

0 commit comments

Comments
 (0)