remove unnecessary cargo changes

This commit is contained in:
Chris Cochrun 2026-02-09 19:16:21 -06:00
parent 64c512f0ca
commit 87639e9ad3

View file

@ -69,7 +69,3 @@ debug = true
[lints.rust]
mismatched_lifetime_syntaxes = "allow"
[target.x86_64-unknown-linux-gnu]
linker = "/usr/bin/clang"
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]