Skip to content

Commit 8c2fe4a

Browse files
lcnrcompiler-errors
authored andcommitted
remove trivial where-bound
1 parent 1258421 commit 8c2fe4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/undo_log.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ where
5858
}
5959
fn extend<I>(&mut self, undos: I)
6060
where
61-
Self: Sized,
6261
I: IntoIterator<Item = T>,
6362
{
6463
U::extend(self, undos)

0 commit comments

Comments
 (0)