should_implement_trait should include ToOwned, FromStr #1600
Labels
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
good-first-issue
These issues are a good way to get started with Clippy
L-style
Lint: Belongs in the style lint group
T-middle
Type: Probably requires verifiying types
Also see: servo/rust-url#286.
For
FromStr
, clippy should recommend thatparse
methods be renamed tofrom_str
.The text was updated successfully, but these errors were encountered: