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

Release Notes:

- N/A
This commit is contained in:
Michael Sloan 2025-06-09 22:52:43 -06:00 committed by GitHub
parent 08210b512d
commit 64d649245c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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