ptr_arg false positives #2293
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
Currently, impls on
String
andVec
will fire this lint, especially the ones in the standard library. This shouldn't fire if the methods are for&self
, just when the type is used explicitly.The text was updated successfully, but these errors were encountered: