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 bb8c49a commit 8502205Copy full SHA for 8502205
content/inside-rust/call-for-testing-hint-mostly-unused.md
@@ -80,7 +80,7 @@ If most of the items in your crate are polymorphic (generic), this hint may be
80
redundant, as Rust already defers compilation of polymorphic items until they
81
get monomorphized with specific types.
82
83
-Also note that this only provides a performance win if you are rebuilding the
+Also note that this only provides a performance win if you are building the
84
dependency. If you're only rebuilding the top-level crate, this won't help.
85
86
## Plumbing this through Cargo with profiles
0 commit comments