mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
3e5ddb73a8
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)