rust-lang/rust-clippy

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

Open

#14,253 opened on 2025年2月19日

GitHub で見る
 (17 comments) (0 reactions) (1 assignee)Rust (1,391 forks)batch import
E-help-wantedgood first issue

Repository metrics

Stars
 (10,406 stars)
PR merge metrics
 (平均マージ 19d 22h) (30d で 113 merged PRs)

説明

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.

コントリビューターガイド