File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,9 @@ Trade-offs:
8686- ✅ Faster build times (both ` cargo check ` and ` cargo build ` )
8787- ❌ ** Requires using nightly Rust and an [ unstable Rust feature] [ parallel-frontend-issue ] **
8888
89+ [ parallel-frontend-blog ] : https://blog.rust-lang.org/2023/11/09/parallel-rustc/
90+ [ parallel-frontend-issue ] : https://github.com/rust-lang/rust/issues/113349
91+ [ build.rustflags ] : ../reference/config.md#buildrustflags
8992## Reducing built code
9093
9194### Removing unused dependencies
@@ -103,7 +106,3 @@ it can be easy to miss that a dependency is no longer used and can be removed.
103106Trade-offs:
104107- ✅ Faster full build and link times
105108- ❌ May incorrectly flag dependencies as unused or miss some
106-
107- [ parallel-frontend-blog ] : https://blog.rust-lang.org/2023/11/09/parallel-rustc/
108- [ parallel-frontend-issue ] : https://github.com/rust-lang/rust/issues/113349
109- [ build.rustflags ] : ../reference/config.md#buildrustflags
You can’t perform that action at this time.
0 commit comments