From 58ba10f61247dc59abbde38d8fb324a08fb300a0 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Fri, 21 Jun 2024 12:32:52 -0700 Subject: [PATCH] why isn't this working --- rust-toolchain.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 000000000000..f8915218fed7 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,4 @@ +[toolchain] +channel = "nightly-2024-06-17" +components = ["rustfmt", "clippy"] +targets = ["x86_64-unknown-linux-musl"]