diff --git a/.cargo/config.toml b/.cargo/config.toml index 2d560c29a..96522a110 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -16,6 +16,6 @@ rustflags = [ # This is a workaround to configure lints for the entire workspace, pending the ability to configure this via TOML. # See: `https://github.com/rust-lang/cargo/issues/5034` # `https://github.com/EmbarkStudios/rust-ecosystem/issues/22#issuecomment-947011395` - "-Aclippy::clone_double_ref", + "-Asuspicious_double_ref_op", "-Aclippy::ptr_arg", ]