We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3b20e commit a2eed96Copy full SHA for a2eed96
_posts/2018-02-15-Rust-1.24.md
@@ -66,7 +66,7 @@ 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 `Cargo.toml` is needed
69
-to eake out every last drop of performance.
+to eke out every last drop of performance.
70
71
More to come!
72
0 commit comments