mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 09:05:31 +00:00
Remove redundant calls to reserve in impl Write for VecDeque Removes the reserve calls made redundant by #95904 (as discussed in https://github.com/rust-lang/rust/pull/95632#discussion_r846850293)