Commit 1d2dfa0
committed
infra: update stable Rust toolchain to 1.88.0
Updating the toolchain required a fix to steam-track as the
`uninlined_format_args` lint was moved from the `pedantic` group to
the `style` group of lints, see
rust-lang/rust-clippy#14160.
As the `clippy::all` group does not include the pedantic group, warnings
were emitted for the generated Cap'n Proto code. To disable all warnings
currently raised both clippy allow attributes are now required.1 parent cc0d407 commit 1d2dfa0
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| 288 | + | |
288 | 289 | | |
289 | 290 | | |
290 | 291 | | |
| |||
0 commit comments