rust/clippy_lints
Samuel Tardieu 7c9fe30ce4 Do not warn on .map(_::clone) for Arc, Rc, and their weak variants
Those constructions are idiomatic, and using `Arc::clone(x)` and
`Rc::clone(x)` is often the recommended way of cloning a `Arc` or a
`Rc`.
2024-03-22 10:02:09 +01:00
..
2024-03-21 22:06:41 +01:00

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