Skip to content

Commit e5b49e0

Browse files
TethysSvenssonMark-Simulacrum
authored andcommitted
Move uninhabited_references to nursery
1 parent dc9a050 commit e5b49e0

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)