This commit is contained in:
geo-ant 2022-11-13 17:01:31 +01:00 committed by Sébastien Crozet
parent 8d1f684e45
commit e1305d3d8e
2 changed files with 6 additions and 7 deletions

View File

@ -42,7 +42,6 @@ mod min_max;
/// Mechanisms for working with values that may not be initialized.
pub mod uninit;
#[cfg(feature = "par-iter")]
pub mod par_iter;