Remove spaces in .cargo/config file

This commit is contained in:
protheory8 2020-07-06 06:36:24 +00:00
parent f9079beb6b
commit 89c8da8678

View File

@ -1,4 +1,5 @@
[target.x86_64-unknown-linux-gnu]
rustflags = [
[target.x86_64-unknown-linux-gnu]
rustflags = [
"-C", "link-arg=-fuse-ld=gold",
]