From d627e8229eb26bb6f052489d110a9934701de7dc Mon Sep 17 00:00:00 2001 From: Elijah Voigt Date: Wed, 15 Nov 2023 09:45:40 -0800 Subject: [PATCH] small diff --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 44ab6f0..34c348f 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,7 +2,7 @@ channel = "nightly" components = ["rustfmt", "rustc-dev", "clippy", "rls"] targets = [ - # "aarch64-apple-darwin", + # "aarch64-apple-darwin", "x86_64-unknown-linux-gnu", # "x86_64-pc-windows-msvc", ]