mirror of
https://github.com/async-rs/async-std.git
synced 2026-02-06 19:38:27 +00:00
float_product and float_sum had unused rules, because they weren't successfully using their second branch, and weren't successfully defining wrapping types. That then led to the discovery that those types *can't* be defined, because std doesn't actually define any operations on `Wrapping<f32>` or `Wrapping<f64>`. So, drop those portions of the float macros. Fix that, and in the process, unify the integer and float macros. |
||
|---|---|---|
| .. | ||
| double_ended_stream | ||
| stream | ||
| empty.rs | ||
| exact_size_stream.rs | ||
| extend.rs | ||
| from_fn.rs | ||
| from_iter.rs | ||
| from_stream.rs | ||
| fused_stream.rs | ||
| interval.rs | ||
| into_stream.rs | ||
| mod.rs | ||
| once.rs | ||
| pending.rs | ||
| product.rs | ||
| repeat.rs | ||
| repeat_with.rs | ||
| successors.rs | ||
| sum.rs | ||