mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-30 09:46:55 +00:00
Cargo.toml: allow clippy::cloned_ref_to_slice_refs
We use it for cloning descriptors which is cheap. Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
This commit is contained in:
parent
05952842af
commit
ccf2955c23
@ -53,3 +53,4 @@ significant_drop_tightening = "allow"
|
||||
missing_safety_doc = "deny"
|
||||
undocumented_unsafe_blocks = "deny"
|
||||
option_if_let_else = "allow"
|
||||
cloned_ref_to_slice_refs = "allow"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user