Skip to content

Commit d27d984

Browse files
committed
api: Expose DataTree::par_cull_insignificant_data
1 parent 05c2276 commit d27d984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data_tree/retain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ where
2323

2424
/// Recursively cull all descendants whose data are too small relative to root.
2525
#[cfg(feature = "cli")]
26-
pub(crate) fn par_cull_insignificant_data(&mut self, min_ratio: f32)
26+
pub fn par_cull_insignificant_data(&mut self, min_ratio: f32)
2727
where
2828
Data: Into<u64>,
2929
{

0 commit comments

Comments
 (0)