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 a679644 commit 581f154Copy full SHA for 581f154
1 file changed
src/hardlink/link_path_list.rs
@@ -14,9 +14,7 @@ use std::path::PathBuf;
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)]
17
-pub struct LinkPathList(
18
- Vec<PathBuf>, // TODO: benchmark against LinkedList<PathBuf>
19
-);
+pub struct LinkPathList(Vec<PathBuf>);
20
21
impl LinkPathList {
22
/// Create a list of a single path.
0 commit comments