forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 64a9360
authored
Rollup merge of rust-lang#123083 - klensy:clippy-me, r=workingjubilee
lib: fix some unnecessary_cast clippy lint
Fixes few instances of `unnecessary_cast` clippy lint5 files changed
+10
-10
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
354 | 354 |
| |
355 | 355 |
| |
356 | 356 |
| |
357 | - | ||
357 | + | ||
358 | 358 |
| |
359 | 359 |
| |
360 | 360 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
408 | 408 |
| |
409 | 409 |
| |
410 | 410 |
| |
411 | - | ||
411 | + | ||
412 | 412 |
| |
413 | 413 |
| |
414 | 414 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
511 | 511 |
| |
512 | 512 |
| |
513 | 513 |
| |
514 | - | ||
514 | + | ||
515 | 515 |
| |
516 | - | ||
516 | + | ||
517 | 517 |
| |
518 | 518 |
| |
519 | 519 |
| |
| |||
532 | 532 |
| |
533 | 533 |
| |
534 | 534 |
| |
535 | - | ||
535 | + | ||
536 | 536 |
| |
537 | - | ||
537 | + | ||
538 | 538 |
| |
539 | 539 |
| |
540 | 540 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
151 | - | ||
151 | + | ||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
| |||
320 | 320 |
| |
321 | 321 |
| |
322 | 322 |
| |
323 | - | ||
323 | + | ||
324 | 324 |
| |
325 | 325 |
| |
326 | 326 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 | - | ||
110 | + | ||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 | - | ||
116 | + | ||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
|
0 commit comments