Files
rust/src/tools
bors ff89efeda2 Auto merge of #11314 - GuillaumeGomez:needless_ref_mut_async_block, r=Centri3
Correctly handle async blocks for NEEDLESS_PASS_BY_REF_MUT

Fixes https://github.com/rust-lang/rust-clippy/issues/11299.

The problem was that the `async block`s are popping a closure which we didn't go into, making it miss the mutable access to the variables.

cc `@Centri3`

changelog: none
2023-08-17 18:06:36 +02:00
..
2023-07-03 13:51:54 -07:00
2023-08-14 23:59:06 +01:00
2023-08-15 01:27:26 +08:00
2023-08-14 23:05:45 +08:00