From ac967be2f7f6aad15f50de77036792bf999039c1 Mon Sep 17 00:00:00 2001 From: "gcp-cherry-pick-bot[bot]" <98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:57:41 -0600 Subject: [PATCH] Add missing `#[track_caller]` meant to be in #32433 (cherry-pick #32434) (#32518) Cherry-picked Add missing `#[track_caller]` meant to be in #32433 (#32434) Release Notes: - N/A Co-authored-by: Michael Sloan --- crates/editor/src/editor.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index 2413ff10c4f079710b1ec8f78ccc833faaf56fed..e05a7153c4da40fd9ad888bf7559b067ae5af64f 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -1221,6 +1221,7 @@ struct SelectionHistory { } impl SelectionHistory { + #[track_caller] fn insert_transaction( &mut self, transaction_id: TransactionId,