Skip to content

Commit 3a291ec

Browse files
committed
chore: omit lifetimes
1 parent a4b6370 commit 3a291ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/clarity_vm/clarity.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,7 @@ impl<'a> ClarityBlockConnection<'a, '_> {
15901590
})
15911591
}
15921592

1593-
pub fn start_transaction_processing<'c>(&'c mut self) -> ClarityTransactionConnection<'c, 'c> {
1593+
pub fn start_transaction_processing(&mut self) -> ClarityTransactionConnection {
15941594
let store = &mut self.datastore;
15951595
let cost_track = &mut self.cost_track;
15961596
let header_db = self.header_db;

0 commit comments

Comments
 (0)