mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 21:27:01 +00:00
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.