rust-lang/rust-clippy

should_implement_trait should include ToOwned, FromStr

Open

#1.600 aberto em 4 de mar. de 2017

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (1.391 forks)batch import
C-enhancementL-styleT-middlegood first issue

Métricas do repositório

Stars
 (10.406 stars)
Métricas de merge de PR
 (Mesclagem média 19d 22h) (113 fundiu PRs em 30d)

Description

Also see: servo/rust-url#286.

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

Guia do colaborador