Files
rust/tests
Guillaume Gomez 9f5e2e314c Rollup merge of #126226 - gurry:125325-improve-closure-arg-sugg, r=oli-obk
Make suggestion to change `Fn` to `FnMut` work with methods as well

Fixes #125325

The issue occurred because the code that emitted the suggestion to change `Fn` to `FnMut` worked only for function calls  and not method calls. This PR makes it work with methods as well.
2024-06-17 11:28:53 +02:00
..
2024-06-16 12:56:48 +00:00
2024-06-16 17:19:25 +08:00
2024-06-16 20:38:08 +02:00
2024-06-15 17:39:25 -07:00