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 3bf54b3 commit 90d0bf6Copy full SHA for 90d0bf6
content/inside-rust/call-for-testing-hint-mostly-unused.md
@@ -17,7 +17,7 @@ future.
17
Some crates provide comprehensive APIs with a very large surface area, yet many
18
of their users need only a few entry points. In such cases, the compiler
19
currently spends time generating code for the entire crate, and then ends up
20
-throwing most of that code away.
+throwing most of that code away as unused.
21
22
This can waste a substantial amount of compile time. Some large crates can take
23
minutes to compile, and when you use these large crates as dependencies, they
0 commit comments