Move uninhabited_references to nursery
This commit is contained in:
parent
dc975266a9
commit
1576ecce40
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ declare_clippy_lint! {
|
|||
/// ```
|
||||
#[clippy::version = "1.76.0"]
|
||||
pub UNINHABITED_REFERENCES,
|
||||
suspicious,
|
||||
nursery,
|
||||
"reference to uninhabited type"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue