Add missing `#[track_caller]` meant to be in #32433 (cherry-pick #32434) (#32518)

gcp-cherry-pick-bot[bot] and Michael Sloan created

Cherry-picked Add missing `#[track_caller]` meant to be in #32433
(#32434)

Release Notes:

- N/A

Co-authored-by: Michael Sloan <michael@zed.dev>

Change summary

crates/editor/src/editor.rs | 1 +
1 file changed, 1 insertion(+)

Detailed changes

crates/editor/src/editor.rs 🔗

@@ -1221,6 +1221,7 @@ struct SelectionHistory {
 }
 
 impl SelectionHistory {
+    #[track_caller]
     fn insert_transaction(
         &mut self,
         transaction_id: TransactionId,