Skip to content

Commit 90d0bf6

Browse files
committed
Mention that code gets thrown away because it's unused
1 parent 3bf54b3 commit 90d0bf6

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
@@ -17,7 +17,7 @@ future.
1717
Some crates provide comprehensive APIs with a very large surface area, yet many
1818
of their users need only a few entry points. In such cases, the compiler
1919
currently spends time generating code for the entire crate, and then ends up
20-
throwing most of that code away.
20+
throwing most of that code away as unused.
2121

2222
This can waste a substantial amount of compile time. Some large crates can take
2323
minutes to compile, and when you use these large crates as dependencies, they

0 commit comments

Comments
 (0)