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