Skip to content

Commit 6806d17

Browse files
authored
Merge pull request #3994 from weihanglo/3924
fix(3924): update tracking issue link
2 parents 583c5cc + 8b1595e commit 6806d17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

text/3924-cargo-hints-min-opt-level.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: `cargo-hints-min-opt-level`
22
- Start Date: 2026-02-22
33
- RFC PR: [rust-lang/rfcs#3924](https://github.com/rust-lang/rfcs/pull/3924)
4-
- Rust Issue: [rust-lang/rust#0000](https://github.com/rust-lang/rust/issues/0000)
4+
- Tracking Issue: [rust-lang/cargo#17334](https://github.com/rust-lang/cargo/issues/17334)
55

66
## Summary
77
[summary]: #summary
@@ -209,7 +209,7 @@ whether crates in the ecosystem know the right optimization level for their
209209
crate better than their users do.
210210

211211
We could in particular have a `max-opt-level`, for crates that don't benefit
212-
from `opt-level = 3` to lower the optimiation level to 2.
212+
from `opt-level = 3` to lower the optimization level to 2.
213213

214214
The mechanism to override a dependency's opt-level using `profile.dev.package`
215215
forces a given opt-level whether the dependency asks for higher or lower. Users

0 commit comments

Comments
 (0)