rust/library/core
The8472 4b743bfef0 remove unnecessary bound on Zip specialization impl
I originally added this bound in an attempt to make the specialization
sound for owning iterators but it was never correct here and the correct
and already implemented solution is is to place it on the IntoIter
implementation.
2021-09-09 20:20:27 +02:00
..
benches Use HTTPS links where possible 2021-06-23 16:26:46 -04:00
src remove unnecessary bound on Zip specialization impl 2021-09-09 20:20:27 +02:00
tests Change return type for T::{log,log2,log10} to u32. The value is at 2021-09-05 17:09:21 +02:00
Cargo.toml rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00