Skip to content

Commit 1576ecc

Browse files
Move uninhabited_references to nursery
1 parent dc97526 commit 1576ecc

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)