1
0
Fork 0
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:
Nick Steel 2025-09-30 21:07:10 +01:00
parent eb7c65e77b
commit c58f3f0ffc

2
rust-toolchain.toml Normal file
View file

@ -0,0 +1,2 @@
[toolchain]
components = ["rustfmt", "clippy"]