Merge branch 'protheory8/remove-spaces-in-cargo-config' into 'master'

Remove spaces in .cargo/config file

See merge request veloren/veloren!1166
This commit is contained in:
Marcel 2020-07-06 21:16:30 +00:00
commit 91157d1dcf

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",
]