We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc97526 commit 1576eccCopy full SHA for 1576ecc
clippy_lints/src/uninhabited_references.rs
@@ -32,7 +32,7 @@ declare_clippy_lint! {
32
/// ```
33
#[clippy::version = "1.76.0"]
34
pub UNINHABITED_REFERENCES,
35
- suspicious,
+ nursery,
36
"reference to uninhabited type"
37
}
38
0 commit comments