From 98e94be044c5e311a17e9fb661e3c24d50d69b74 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Fri, 1 May 2020 16:05:15 +0200 Subject: [PATCH] improve info regarding incremental a little --- src/tests/running.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/running.md b/src/tests/running.md index 4126341a..a6303c1a 100644 --- a/src/tests/running.md +++ b/src/tests/running.md @@ -148,10 +148,10 @@ time in subsequent rebuilds: ``` If you don't want to include the flag with every command, you can -enable it in the `config.toml`, too: +enable it in the `config.toml`: ```toml -# Whether to always use incremental compilation when building rustc +[rust] incremental = true ```