From 6332802c2994fd23b0ed794c65a8774aa99aba99 Mon Sep 17 00:00:00 2001 From: Yangyang Li Date: Sun, 4 Aug 2024 17:11:17 -0500 Subject: [PATCH] style: Update comment to a Rust comment convention --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 7ccf293..6e28537 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,5 @@ [build] -rustflags = ["-C", "target-cpu=native", "-Z", "threads=8"] +# rustflags = ["-C", "target-cpu=native", "-Z", "threads=8"] [target.aarch64-apple-darwin] rustflags = ["-C", "link-arg=-undefined", "-C", "link-arg=dynamic_lookup"]