Skip to content

Commit 2d87627

Browse files
committed
Move Markdown links near their correct section
1 parent a7aa52d commit 2d87627

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/doc/src/guide/build-performance.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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.
103106
Trade-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

0 commit comments

Comments
 (0)