Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#70194 - kornelski:must_split, r=joshtriplett
#[must_use] on split_off() I've noticed this function used for truncation in the wild. `must_use` will clear that up.
- Loading branch information