Skip to content

Commit efa7e73

Browse files
committed
fix: windows
1 parent 3752a42 commit efa7e73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hardlink/hardlink_list.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use derive_more::{Display, Error};
1515
use smart_default::SmartDefault;
1616
use std::{fmt::Debug, path::Path};
1717

18-
#[cfg_attr(not(unix), cfg(expect(unused)))]
18+
#[cfg_attr(not(unix), expect(unused))]
1919
use pipe_trait::Pipe;
2020

2121
/// Map value in [`HardlinkList`].

0 commit comments

Comments
 (0)