From efbe794f7de0bf453904a41a02aad446e2fe03c2 Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Mon, 8 Jun 2020 10:08:36 -0700 Subject: [PATCH] fix error in fast build config --- .cargo/config_fast_builds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config_fast_builds b/.cargo/config_fast_builds index 8c8e03acb9..7d402f9325 100644 --- a/.cargo/config_fast_builds +++ b/.cargo/config_fast_builds @@ -1,7 +1,7 @@ # Rename this file to `config` to enable "fast build" configuration. Please read the notes below. # NOTE: For maximum performance, build using a nightly compiler -If you are using rust stable, remove the "-Zshare-generics=y" below. +# If you are using rust stable, remove the "-Zshare-generics=y" below. [target.x86_64-unknown-linux-gnu] linker = "/usr/bin/clang"