Move needless_type_cast lint to nursery

The lint is new and already has several bugs filed against it, including
an ICE.
This commit is contained in:
Samuel Tardieu
2025-12-15 20:12:17 +01:00
parent 4d4789cdec
commit 344ddcf9f2
+1 -1
View File
@@ -836,7 +836,7 @@
/// ```
#[clippy::version = "1.93.0"]
pub NEEDLESS_TYPE_CAST,
pedantic,
nursery,
"binding defined with one type but always cast to another"
}