rust-lang/rust-clippy

should_implement_trait should include ToOwned, FromStr

Open

#1,600 opened on Mar 4, 2017

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (1,391 forks)batch import
C-enhancementL-styleT-middlegood first issue

Repository metrics

Stars
 (10,406 stars)
PR merge metrics
 (Avg merge 19d 22h) (113 merged PRs in 30d)

Description

Also see: servo/rust-url#286.

For FromStr, clippy should recommend that parse methods be renamed to from_str.

Contributor guide