Skip to content

Commit b0697c5

Browse files
committed
docs: remove unnecessary documentation
1 parent f6c6a11 commit b0697c5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/data_tree/retain.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ where
3636
}
3737

3838
/// 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.
4139
#[cfg(feature = "cli")]
4240
pub fn par_cull_insignificant_data(&mut self, min_ratio: f32)
4341
where

0 commit comments

Comments
 (0)