From 7ef4d3e0933577e8f6aa795393acc73cc4a70fa1 Mon Sep 17 00:00:00 2001 From: protheory8 Date: Mon, 6 Jul 2020 06:36:24 +0000 Subject: [PATCH] Remove spaces in .cargo/config file --- .cargo/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.cargo/config b/.cargo/config index ac018fb4e6..ae79b60dee 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,4 +1,5 @@ -[target.x86_64-unknown-linux-gnu] -rustflags = [ +[target.x86_64-unknown-linux-gnu] +rustflags = [ "-C", "link-arg=-fuse-ld=gold", ] +