Commit c2477ab
authored
Fix stable clippy warnings (#16052)
This commit fixes clippy warnings that appear when running clippy from
the latest stable Rust release 1.95.0. Fixing this pre-emptively will
avoid errors when we try to bump our MSRV in the future and also fix
the error for those of use that insist on testing with the latest
stable release of Rust and are seeing clippy complain about this.1 parent 62cb08b commit c2477ab
3 files changed
Lines changed: 6 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
984 | 984 | | |
985 | 985 | | |
986 | 986 | | |
987 | | - | |
| 987 | + | |
988 | 988 | | |
989 | 989 | | |
990 | 990 | | |
991 | 991 | | |
992 | | - | |
| 992 | + | |
993 | 993 | | |
994 | 994 | | |
995 | 995 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6391 | 6391 | | |
6392 | 6392 | | |
6393 | 6393 | | |
6394 | | - | |
6395 | | - | |
| 6394 | + | |
6396 | 6395 | | |
6397 | 6396 | | |
6398 | 6397 | | |
| |||
6402 | 6401 | | |
6403 | 6402 | | |
6404 | 6403 | | |
6405 | | - | |
6406 | | - | |
| 6404 | + | |
6407 | 6405 | | |
6408 | 6406 | | |
6409 | 6407 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
| 109 | + | |
| 110 | + | |
113 | 111 | | |
114 | 112 | | |
115 | 113 | | |
| |||
0 commit comments