mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
58b33ad70c
impl Clone for .split_whitespace() Use custom closure structs for the predicates so that the iterator's clone can simply be derived. This should also reduce virtual call overhead by not using function pointers. Fixes #41655