Remove spaces in .cargo/config file

This commit is contained in:
protheory8 2020-07-06 06:36:24 +00:00
parent d63da1beb9
commit 7ef4d3e093

View File

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