Add change_tracker.rs entry
This commit is contained in:
parent
ccc302baa0
commit
10bec8f7de
1 changed files with 5 additions and 0 deletions
|
|
@ -466,4 +466,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
|
|||
severity: ChangeSeverity::Info,
|
||||
summary: "The --extra-checks flag now supports prefixing any check with `auto:` to only run it if relevant files are modified",
|
||||
},
|
||||
ChangeInfo {
|
||||
change_id: 143785,
|
||||
severity: ChangeSeverity::Info,
|
||||
summary: "A --compile-time-deps flag has been added to reduce the time it takes rust-analyzer to start",
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue