Move uninhabited_references to nursery

This commit is contained in:
Tethys Svensson 2023-12-22 11:23:12 +01:00
parent dc975266a9
commit 1576ecce40

View File

@ -32,7 +32,7 @@ declare_clippy_lint! {
/// ```
#[clippy::version = "1.76.0"]
pub UNINHABITED_REFERENCES,
suspicious,
nursery,
"reference to uninhabited type"
}