rust-lang/rust-clippy

Refactor the `clippy_lints/src/strings.rs` file

Aperta

#14.253 aperta il 19 feb 2025

 (17 commenti) (0 reazioni) (1 assegnatario)Rust (1391 fork)batch import
E-help-wantedgood first issue

Metriche repository

Star
 (10.406 stelle)
Metriche merge PR
 (Merge medio 19g 22h) (113 PR mergiate in 30 g)

Descrizione

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.

Guida contributor