Skip to content

Commit 0e00b14

Browse files
committed
docs(guide): Switch build-perf note from italics to bold
1 parent 6f3896d commit 0e00b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Recommendation: Periodically review unused dependencies for removal using third-
122122
When changing code,
123123
it can be easy to miss that a dependency is no longer used and can be removed.
124124

125-
> *Note:* native support for this in Cargo is being tracked in [#15813](https://github.com/rust-lang/cargo/issues/15813).
125+
> **Note:** native support for this in Cargo is being tracked in [#15813](https://github.com/rust-lang/cargo/issues/15813).
126126
127127
Trade-offs:
128128
- ✅ Faster full build and link times

0 commit comments

Comments
 (0)