Add change_tracker.rs entry

This commit is contained in:
bjorn3 2025-07-12 12:37:03 +00:00
parent ccc302baa0
commit 10bec8f7de

View file

@ -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",
},
];