mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
db87e276c4
Don't derive Debug for `OnceWith` & `RepeatWith` Closures don't impl Debug, so the derived impl is kinda useless. The behavior of not debug-printing closures is consistent with the rest of the iterator adapters/sources.