rust/library/alloc
The 8472 3d871b3ced do not in-place-iterate over flatmap/flatten
The implementation is unsound when a partially consumed iterator has
some elements buffered in the front/back parts and cloning the Iterator
removes the capacity from the backing vec::IntoIter.
2025-01-04 19:26:58 +01:00
..
benches update cfgs 2024-11-27 15:14:54 +00:00
src fix doc for missing Box allocator consistency 2025-01-02 11:12:31 +08:00
tests do not in-place-iterate over flatmap/flatten 2025-01-04 19:26:58 +01:00
Cargo.toml Update compiler-builtins to 0.1.140 2024-12-27 22:26:08 +00:00