rust-lang/rust-clippy
Refactor the `clippy_lints/src/strings.rs` file
Aberta
#14.253 aberto em 19 de fev. de 2025
E-help-wantedgood first issue
Métricas do repositório
- Stars
- (10.406 estrelas)
- Métricas de merge de PR
- (Mesclagem média 19d 22h) (113 fundiu PRs em 30d)
Description
Description
With the exception of string_add, string_add_assign and string_slice (which share an implementation), all lints in strings.rs could be moved into the methods module in order to share the tree traversal with other method call and function call lints.