Should op_ref really recommend deref'ing string literals? #1664
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
Uh oh!
There was an error while loading. Please reload this page.
It recommends changing
&val[0..1] == "str"
intoval[0..1] == *"str"
which looks very uncomfortable to me...The text was updated successfully, but these errors were encountered: