Skip to content

Commit

Permalink
Rollup merge of #124522 - blyxyas:refactor-is-loaded, r=jieyouxu
Browse files Browse the repository at this point in the history
[Refactor] Rename `Lint` and `LintGroup`'s `is_loaded` to `is_externally_loaded`

The field being named `is_loaded` was very confusing. Turns out it's true for lints that are registered by external tools like Clippy (I had to look at rust-lang/rust#116412 to know what the variable meant). So I renamed `is_loaded` to `is_externally_loaded` and added some docs.
  • Loading branch information
jieyouxu authored Apr 29, 2024
2 parents 798de56 + 108638f commit af99faf
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit af99faf

Please sign in to comment.