change_tracker: fix a typo
there is no `llvm.lld` option
This commit is contained in:
parent
a955f1cd09
commit
e01753d312
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue