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 6f3896d commit 0e00b14Copy full SHA for 0e00b14
src/doc/src/guide/build-performance.md
@@ -122,7 +122,7 @@ Recommendation: Periodically review unused dependencies for removal using third-
122
When changing code,
123
it can be easy to miss that a dependency is no longer used and can be removed.
124
125
-> *Note:* native support for this in Cargo is being tracked in [#15813](https://github.com/rust-lang/cargo/issues/15813).
+> **Note:** native support for this in Cargo is being tracked in [#15813](https://github.com/rust-lang/cargo/issues/15813).
126
127
Trade-offs:
128
- ✅ Faster full build and link times
0 commit comments