mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
60e68d68c6
`manual_memcpy` fix fixes #8160 Ideally this would work with `VecDeque`, but the current interface is unsuitable for it. At a minimum something like `range_as_slices` would be needed. changelog: Don't lint `manual_memcpy` on `VecDeque` changelog: Suggest `copy_from_slice` for `manual_memcpy` when applicable