rust-lang/rust-clippy
Voir sur GitHubRefactor the `clippy_lints/src/strings.rs` file
Open
#14 253 ouverte le 19 févr. 2025
E-help-wantedgood first issue
Métriques du dépôt
- Stars
- (10 406 stars)
- Métriques de merge PR
- (Merge moyen 16j 6h) (79 PRs mergées en 30 j)
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.