We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d3ee4 commit 356d294Copy full SHA for 356d294
.envrc
@@ -1,6 +1,6 @@
1
use flake
2
3
-toolchain_path="./.cargo/rust-toolchain.toml"
4
-if rg -q "nightly" "$toolchain_path"; then
5
- export RUSTFLAGS="$RUSTFLAGS -C link-arg=-fuse-ld=mold --cfg tokio_unstable -Z threads=8 -Z track-diagnostics"
6
-fi
+#toolchain_path="./.cargo/rust-toolchain.toml"
+#if rg -q "nightly" "$toolchain_path"; then
+# export RUSTFLAGS="$RUSTFLAGS -C link-arg=-fuse-ld=mold --cfg tokio_unstable -Z threads=8 -Z track-diagnostics"
+#fi
0 commit comments