Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/rust-clippy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 058104f
Choose a base ref
...
head repository: rust-lang/rust-clippy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c0d8704
Choose a head ref
  • 1 commit
  • 26 files changed
  • 1 contributor

Commits on Mar 4, 2025

  1. Make alphabetic ordering in module item groups configurable (new defa…

    …ult: off)
    
    From feedback to this lint after its inclusion in clippy 1.82, this has
    turned out to be the most requested improvement. With this improvement,
    it is possible to make the lint check certain top-level structural
    checks on modules (e.g. use statements and module inclusions at the top),
    but still leaving everything else up to the developer.
    decryphe committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    c0d8704 View commit details
    Browse the repository at this point in the history
Loading