mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
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:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user