rust/clippy_lints
Jason Newcomb bbfe34e205
unnecessary_sort_by: reduce suggestion diffs (#16417)
Now, only `call_span` is replaced, so the receiver is not a part of the
diff. This also removes the need to create a snippet for the receiver.

changelog: [`unnecessary_sort_by`]: reduce suggestion diffs
2026-01-19 19:05:59 +00:00
..
src unnecessary_sort_by: reduce suggestion diffs (#16417) 2026-01-19 19:05:59 +00:00
Cargo.toml Merge commit '9e3e9649cb' into clippy-subtree-update 2025-12-11 19:13:34 +01: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.