transmute_ptr_to_ref suggestion doesn't with some outer expression types #1754
Labels
C-bug
Category: Clippy is not doing the correct thing
good-first-issue
These issues are a good way to get started with Clippy
T-middle
Type: Probably requires verifiying types
clippy suggests the following replacement
but we should suggest parens around the
&mut *...
bonus points if the parens only appear if necessary
The text was updated successfully, but these errors were encountered: