We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3752a42 commit efa7e73Copy full SHA for efa7e73
1 file changed
src/hardlink/hardlink_list.rs
@@ -15,7 +15,7 @@ use derive_more::{Display, Error};
15
use smart_default::SmartDefault;
16
use std::{fmt::Debug, path::Path};
17
18
-#[cfg_attr(not(unix), cfg(expect(unused)))]
+#[cfg_attr(not(unix), expect(unused))]
19
use pipe_trait::Pipe;
20
21
/// Map value in [`HardlinkList`].
0 commit comments