Skip to content

Commit 00511d5

Browse files
committed
Correct the description of compilation time
1 parent e768628 commit 00511d5

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
@@ -25,7 +25,7 @@ linker then ends up throwing most of that code away as unused.
2525
This can waste a substantial amount of compile time. Some large crates can take
2626
minutes to compile, and when you use these large crates as dependencies, they
2727
can take a disproportionate amount of the entire compilation time of your
28-
top-level crate.
28+
overall build.
2929

3030
In some cases, crates add feature flags to control compilation of their API
3131
surface. This can improve compile time, but adds complexity for users, who now

0 commit comments

Comments
 (0)