rust/clippy_lints
Esteban Küber 5ef38a3bc7 Do not underline suggestions for code that is already there
When a suggestion part is for already present code, do not highlight it. If after that there are no highlights left, do not show the suggestion at all.

Fix clippy lint suggestion incorrectly treated as `span_help`.
2024-08-01 18:53:42 +00:00
..
src Do not underline suggestions for code that is already there 2024-08-01 18:53:42 +00:00
Cargo.toml Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-update 2024-07-25 18:29:17 +02:00
README.md

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