rust-lang/rust-clippy

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

开放

#14,253 创建于 2025年2月19日

 (17 条评论) (0 个反应) (1 位负责人)Rust (1,391 个派生)batch import
E-help-wantedgood first issue

仓库指标

星标
 (10,406 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南