mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 09:49:31 +02:00
Add rustfmt and clippy to toolchain components in rust-toolchain.toml
Be explicit with required components to avoid https://github.com/rust-lang/rustup/issues/4337
This commit is contained in:
parent
eb7c65e77b
commit
c58f3f0ffc
1 changed files with 2 additions and 0 deletions
2
rust-toolchain.toml
Normal file
2
rust-toolchain.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[toolchain]
|
||||
components = ["rustfmt", "clippy"]
|
Loading…
Add table
Add a link
Reference in a new issue