Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/doc/src/guide/build-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ it can be easy to miss that a dependency is no longer used and can be removed.
Trade-offs:
- ✅ Faster full build and link times
- ❌ **Requires using nightly Rust and an [unstable Cargo feature][cargo-lints] when reviewing unused dependencies**
- ❌ It takes effort to identifier unused dependencies from among the false positives
- ❌ It takes effort to identify unused dependencies from among the false positives

@weihanglo weihanglo May 8, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. typos can't find grammar issues?

View changes since the review


[cargo-lints]: ../reference/unstable.md#lintscargo
[`cargo::unused_dependencies`]: ../reference/lints.md#unused_dependencies
Expand Down
Loading