]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #104163 - H4x5:once-repeat-with-debug, r=dtolnay
authorMichael Goulet <michael@errs.io>
Mon, 9 Jan 2023 03:57:52 +0000 (19:57 -0800)
committerGitHub <noreply@github.com>
Mon, 9 Jan 2023 03:57:52 +0000 (19:57 -0800)
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.


Trivial merge