Add missing #[track_caller] meant to be in #32433 (#32434)

Release Notes:

- N/A
This commit is contained in:
Michael Sloan
2025-06-10 04:52:43 +00:00
committed by GitHub
parent 08210b512d
commit 64d649245c
+1
View File
@@ -1239,6 +1239,7 @@ struct SelectionHistory {
}
impl SelectionHistory {
#[track_caller]
fn insert_transaction(
&mut self,
transaction_id: TransactionId,