We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c9437f commit 2f3b20eCopy full SHA for 2f3b20e
_posts/2018-02-15-Rust-1.24.md
@@ -65,7 +65,7 @@ specifically. We have a lot more work planned in the future. For example, anothe
65
related to performance hit stable this release:
66
[`codegen-units` is now set to 16 by default](https://github.com/rust-lang/rust/pull/46910).
67
One small note about this change: it makes builds faster, but makes the final binary a bit
68
-slower. For maximum speed, setting `codegen-units` to `1` in your `Cargot.toml` is needed
+slower. For maximum speed, setting `codegen-units` to `1` in your `Cargo.toml` is needed
69
to eake out every last drop of performance.
70
71
More to come!
0 commit comments