Skip to content

Commit 370615b

Browse files
committed
Auto merge of #11997 - TethysSvensson:uninhabited-references-pedantic, r=xFrednet
Move `uninhabited_references` to `nursery` I think this lint has too many false positives and should be put in pedantic. See #11984 and #11985 for context. The lint is already in beta and is causing trouble for us, so I would also like this PR to be backported to beta as well. changelog: Moved [`uninhabited_references`] to `nursery` (Now allow-by-default) [#11997](#11997) (Check if this has been backported) Fixes #11984.
2 parents 830f1c5 + 1576ecc commit 370615b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)