Skip to content

Commit 581f154

Browse files
committed
docs: resolve a todo
1 parent a679644 commit 581f154

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/hardlink/link_path_list.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ use std::path::PathBuf;
1414
/// `Serialize` and `Deserialize` traits directly, instead, it can be converted into/from a
1515
/// [`Reflection`] which implements these traits.
1616
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
17-
pub struct LinkPathList(
18-
Vec<PathBuf>, // TODO: benchmark against LinkedList<PathBuf>
19-
);
17+
pub struct LinkPathList(Vec<PathBuf>);
2018

2119
impl LinkPathList {
2220
/// Create a list of a single path.

0 commit comments

Comments
 (0)