Skip to content

Commit 40ad1a6

Browse files
authored
Move needless_type_cast lint to nursery (#16246)
changelog: [`needless_type_cast`]: move into nursery until bugs are ironed out [Zulip thread](https://rust-lang.zulipchat.com/#narrow/channel/257328-clippy/topic/Moving.20.60needless_type_cast.60.20to.20.60nursery.60)
2 parents c614b57 + 344ddcf commit 40ad1a6

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)