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.
LinkPathList
1 parent 581f154 commit 755c9eeCopy full SHA for 755c9ee
1 file changed
src/hardlink/link_path_list.rs
@@ -13,7 +13,7 @@ use std::path::PathBuf;
13
/// **Serialization and deserialization:** _(feature: `json`)_ `LinkPathList` does not implement
14
/// `Serialize` and `Deserialize` traits directly, instead, it can be converted into/from a
15
/// [`Reflection`] which implements these traits.
16
-#[derive(Debug, Clone, PartialEq, Eq, Hash)]
+#[derive(Debug, Clone)]
17
pub struct LinkPathList(Vec<PathBuf>);
18
19
impl LinkPathList {
0 commit comments