Skip to content

Commit

Permalink
Auto merge of rust-lang#119584 - flip1995:clippy-beta-backport, r=Mar…
Browse files Browse the repository at this point in the history
…k-Simulacrum

[beta] Clippy (early) beta backport

Early backport of
- rust-lang/rust-clippy#11997

This is causing some major issues for Clippy beta-users. As those are the ones that help testing new lints early, we want to fix their issues ASAP.

r? `@Mark-Simulacrum`

cc `@Manishearth`
  • Loading branch information
bors committed Jan 6, 2024
2 parents 0e09125 + c8b56b4 commit 8fe76ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ declare_clippy_lint! {
/// ```
#[clippy::version = "1.76.0"]
pub UNINHABITED_REFERENCES,
suspicious,
nursery,
"reference to uninhabited type"
}

Expand Down

0 comments on commit 8fe76ea

Please sign in to comment.