rust/clippy_lints
Samuel Tardieu 322e1393a4
Fix false positive of borrow_deref_ref
If a reborrow is itself borrowed mutably, do not propose to replace it
by the original reference.
2025-06-12 19:14:35 +02:00
..
src Fix false positive of borrow_deref_ref 2025-06-12 19:14:35 +02:00
Cargo.toml Merge commit 'cadf98bb7d' into clippy-subtree-update 2025-05-21 15:15:38 +02:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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