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 f522308 commit fdea369Copy full SHA for fdea369
1 file changed
src/hardlink/deduplicate.rs
@@ -1,10 +1,5 @@
1
use crate::{data_tree::DataTree, os_string_display::OsStringDisplay, size};
2
3
-// TODO:
4
-// Problem: It is possible for the users to call deduplicate twice on 1 data tree, which is unsound.
5
-// Potential solution #1: Consider adding the data tree to the deduplication record as hidden field until it is processed.
6
-// Potential solution #2: Perhaps the deduplication should be done in FsTreeBuilder itself.
7
-
8
/// Ability to correct the sizes in a [`DataTree`] by reducing the size of recorded shared links.
9
///
10
/// The input tree is assumed to be not yet deduplicated.
0 commit comments