mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-28 15:43:21 +00: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 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |