Skip to content

Commit c0ab90a

Browse files
author
Markus Westerlind
committed
refactor: Clarify reverse forwarding
1 parent b1934a1 commit c0ab90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/undo_log.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ where
234234
T: Rollback<U>,
235235
{
236236
fn reverse(&mut self, undo: U) {
237-
(**self).reverse(undo)
237+
T::reverse(self, undo)
238238
}
239239
}
240240

0 commit comments

Comments
 (0)