Commit 89cc237
fix: clippy lint (clippy::unnecessary cast)
From https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast:
> warning: casting to the same type is unnecessary (`u16` -> `u16`)1 parent 774f518 commit 89cc237
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments