Skip to content

Commit 344ddcf

Browse files
committed
Move needless_type_cast lint to nursery
The lint is new and already has several bugs filed against it, including an ICE.
1 parent 4d4789c commit 344ddcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/casts/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ declare_clippy_lint! {
836836
/// ```
837837
#[clippy::version = "1.93.0"]
838838
pub NEEDLESS_TYPE_CAST,
839-
pedantic,
839+
nursery,
840840
"binding defined with one type but always cast to another"
841841
}
842842

0 commit comments

Comments
 (0)