mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
95c9a7e7c8
Fix typo in concat_bytes documentation This fixes the typo `&[u8, _]` -> `&[u8; _]`