[Move] #[allow(unused_mut_ref)]
does not work properly with lambda functions
#22267
Labels
#[allow(unused_mut_ref)]
does not work properly with lambda functions
#22267
If you mark an argument of a macro lambda function as mutable, but never use it mutably, you will receive the following warning:
When the latter option is done, it doesn't not suppress the warning. For example,

The text was updated successfully, but these errors were encountered: