We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449743b commit ff7d328Copy full SHA for ff7d328
src/doc/src/reference/profiles.md
@@ -158,7 +158,7 @@ dependencies will also be forced to built with the `unwind` strategy.
158
159
The `incremental` setting controls the [`-C incremental` flag] which controls
160
whether or not incremental compilation is enabled. Incremental compilation
161
-causes `rustc` to to save additional information to disk which will be reused
+causes `rustc` to save additional information to disk which will be reused
162
when recompiling the crate, improving re-compile times. The additional
163
information is stored in the `target` directory.
164
0 commit comments