Inspired by Dependabot's attempt to do this: https://github.com/openai/codex/pull/4029 The new version of Clippy found some unused structs that are removed in this PR. Though nothing stood out to me in the Release Notes in terms of things we should start to take advantage of: https://blog.rust-lang.org/2025/09/18/Rust-1.90.0/.
4 lines
78 B
TOML
4 lines
78 B
TOML
[toolchain]
|
|
channel = "1.90.0"
|
|
components = ["clippy", "rustfmt", "rust-src"]
|