mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
9ace0de26b
Prefer to use repeat_n over repeat().take() More from https://github.com/rust-lang/rust/pull/147464, but batch processed with `ast-grep` to find and replace. second commit add notes for library: https://github.com/rust-lang/rust/commit/affaf532f923df7ee1fb5a4aae1d844913ca1c74 r? ``@RalfJung``