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.
DataTree::par_cull_insignificant_data
1 parent 05c2276 commit d27d984Copy full SHA for d27d984
src/data_tree/retain.rs
@@ -23,7 +23,7 @@ where
23
24
/// Recursively cull all descendants whose data are too small relative to root.
25
#[cfg(feature = "cli")]
26
- pub(crate) fn par_cull_insignificant_data(&mut self, min_ratio: f32)
+ pub fn par_cull_insignificant_data(&mut self, min_ratio: f32)
27
where
28
Data: Into<u64>,
29
{
0 commit comments