mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
abe34e9ab1
Use `usize::repeat_u8` instead of implementing `repeat_byte` in `memchr.rs` It's simpler that way and the tricks don't actually make a difference: https://godbolt.org/z/zrvYY1dGx