mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
54285db640
#[must_use] on split_off() I've noticed this function used for truncation in the wild. `must_use` will clear that up.