Skip to content

Commit bec8a48

Browse files
committed
bump lint clippy version
1 parent 783b5f9 commit bec8a48

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
@@ -834,7 +834,7 @@ declare_clippy_lint! {
834834
/// const SIZE: usize = 15;
835835
/// let arr: [u8; SIZE] = [0; SIZE];
836836
/// ```
837-
#[clippy::version = "1.85.0"]
837+
#[clippy::version = "1.93.0"]
838838
pub NEEDLESS_TYPE_CAST,
839839
pedantic,
840840
"binding defined with one type but always cast to another"

0 commit comments

Comments
 (0)