Skip to content

Commit 8fe76ea

Browse files
committed
Auto merge of rust-lang#119584 - flip1995:clippy-beta-backport, r=Mark-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`
2 parents 0e09125 + c8b56b4 commit 8fe76ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/clippy/clippy_lints/src/uninhabited_references.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ declare_clippy_lint! {
3232
/// ```
3333
#[clippy::version = "1.76.0"]
3434
pub UNINHABITED_REFERENCES,
35-
suspicious,
35+
nursery,
3636
"reference to uninhabited type"
3737
}
3838

0 commit comments

Comments
 (0)