Commit 3d2613e
committed
Auto merge of #68753 - flip1995:clippy-backport, r=Mark-Simulacrum
[beta] Backport disabling of Clippy lint debug_assert_with_mut_call
This disables the Clippy lint `debug_assert_with_mut_call`, see rust-lang/rust-clippy#5112.
Since this is a deny-by-default lint, that landed with `1.41.0`, we want to disable this lint rather sooner than later, that's why the backport.
Clippy branch for the backport: https://github.com/rust-lang/rust-clippy/tree/rust-1.42.0
r? @Mark-Simulacrum
cc (from the Clippy side) @Manishearth @oli-obk
0 commit comments