Skip to content

Commit 8502205

Browse files
committed
This helps when building for the first time, not just rebuilding
Suggested-by: Nathan Stocks <cleancut@github.com>
1 parent bb8c49a commit 8502205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ If most of the items in your crate are polymorphic (generic), this hint may be
8080
redundant, as Rust already defers compilation of polymorphic items until they
8181
get monomorphized with specific types.
8282

83-
Also note that this only provides a performance win if you are rebuilding the
83+
Also note that this only provides a performance win if you are building the
8484
dependency. If you're only rebuilding the top-level crate, this won't help.
8585

8686
## Plumbing this through Cargo with profiles

0 commit comments

Comments
 (0)