mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
e30192ac5c
Mention workaround for floats in Iterator::{min, max}
`Iterator::{min, max}` can't be used with iterators of floats due to NaN issues. This suggests a workaround in the documentation of those functions.