Skip to content

Commit cda2b34

Browse files
Update posts/2021-05-07-caught-red-handed.md
Co-authored-by: est31 <est31@users.noreply.github.com>
1 parent 7ac6272 commit cda2b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2021-05-07-caught-red-handed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ But regardless of whether or not you file a bug, the problem can be worked aroun
165165
1. upgrading to 1.52.1, if you have not yet done so (which will disable
166166
incremental for you).
167167
2. deleting your incremental compilation cache (e.g. by running `cargo clean`), or
168-
3. force incremental compilation to be disabled, by setting `CARGO_INCREMENTAL=0` in your environment or `build.incremental` to `false` in the `config.toml`.
168+
3. forcing incremental compilation to be disabled, by setting `CARGO_INCREMENTAL=0` in your environment or `build.incremental` to `false` in the `config.toml`.
169169

170170
We recommend that users of 1.52.0 upgrade to 1.52.1, which disables incremental
171171
compilation.

0 commit comments

Comments
 (0)