Skip to content

Commit e768628

Browse files
committed
Tweak description "avoiding compilation" to "avoiding code generation"
1 parent bbebf25 commit e768628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/inside-rust/call-for-testing-hint-mostly-unused.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ authors = ["Josh Triplett"]
77
I'm pleased to announce, and call for testing of, the nightly-only `rustc`
88
`-Zhint-mostly-unused` option, and the corresponding nightly Cargo features
99
`profile.hint-mostly-unused` and `hints.mostly-unused`. These options can help
10-
accelerate your Rust compile time in some cases, by avoiding compilation of
11-
items from your dependencies that you aren't using. Your feedback will help
10+
accelerate your Rust compile time in some cases, by avoiding code generation
11+
for items from your dependencies that you aren't using. Your feedback will help
1212
evaluate these features and make progress towards stabilizing them in the
1313
future.
1414

0 commit comments

Comments
 (0)