mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-21 18:40:32 +00:00
Use `slice::fill` in `io::Repeat` implementation Use the existing `fill` methods on slices instead of manually writing the fill loop.
Use `slice::fill` in `io::Repeat` implementation Use the existing `fill` methods on slices instead of manually writing the fill loop.