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 f6c6a11 commit b0697c5Copy full SHA for b0697c5
1 file changed
src/data_tree/retain.rs
@@ -36,8 +36,6 @@ where
36
}
37
38
/// Recursively cull all descendants whose sizes are too small relative to root.
39
- ///
40
- /// A `min_ratio` that is not greater than zero, including `NaN`, leaves the tree unchanged.
41
#[cfg(feature = "cli")]
42
pub fn par_cull_insignificant_data(&mut self, min_ratio: f32)
43
where
0 commit comments