change_tracker: fix a typo

there is no `llvm.lld` option
This commit is contained in:
Maksim Bondarenkov 2025-07-25 23:21:24 +03:00 committed by GitHub
parent a955f1cd09
commit e01753d312
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -439,7 +439,7 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
ChangeInfo {
change_id: 143255,
severity: ChangeSeverity::Warning,
summary: "`llvm.lld` is no longer enabled by default for the dist profile.",
summary: "`rust.lld` is no longer enabled by default for the dist profile.",
},
ChangeInfo {
change_id: 143251,