rust/clippy_lints
cocodery a8c35cbbda Check inner caller for clone and judge whether they are mutable
if immutbale -> lint delete redudant clone
if mutable   -> lint check whether clone is needed
2024-05-07 16:07:13 +08:00
..
src Check inner caller for clone and judge whether they are mutable 2024-05-07 16:07:13 +08:00
Cargo.toml Bump Clippy version -> 0.1.80 2024-05-02 14:21:19 +02:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.