You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, impls on String and Vec 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.