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 e768628 commit 00511d5Copy full SHA for 00511d5
content/inside-rust/call-for-testing-hint-mostly-unused.md
@@ -25,7 +25,7 @@ linker then ends up throwing most of that code away as unused.
25
This can waste a substantial amount of compile time. Some large crates can take
26
minutes to compile, and when you use these large crates as dependencies, they
27
can take a disproportionate amount of the entire compilation time of your
28
-top-level crate.
+overall build.
29
30
In some cases, crates add feature flags to control compilation of their API
31
surface. This can improve compile time, but adds complexity for users, who now
0 commit comments