Skip to content

Commit f6dc400

Browse files
committed
fix: windows
1 parent efa2f91 commit f6dc400

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/hardlink/hardlink_list.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ pub use Summary as SharedLinkSummary;
1212
use crate::{hardlink::LinkPathList, inode::InodeNumber, size};
1313
use dashmap::DashMap;
1414
use derive_more::{Display, Error};
15-
use pipe_trait::Pipe;
1615
use smart_default::SmartDefault;
1716
use std::{fmt::Debug, path::Path};
1817

18+
#[cfg_attr(not(unix), cfg(expect(unused)))]
19+
use pipe_trait::Pipe;
20+
1921
/// Map value in [`HardlinkList`].
2022
#[derive(Debug, Clone)]
2123
struct Value<Size> {

0 commit comments

Comments
 (0)