crates/editor/src/editor.rs 🔗
@@ -1221,6 +1221,7 @@ struct SelectionHistory {
}
impl SelectionHistory {
+ #[track_caller]
fn insert_transaction(
&mut self,
transaction_id: TransactionId,
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>
crates/editor/src/editor.rs | 1 +
1 file changed, 1 insertion(+)
@@ -1221,6 +1221,7 @@ struct SelectionHistory {
}
impl SelectionHistory {
+ #[track_caller]
fn insert_transaction(
&mut self,
transaction_id: TransactionId,