Skip to content

Commit 0c3fcf9

Browse files
committed
Resolves conflicts in sum.rs
1 parent 9148498 commit 0c3fcf9

File tree

1 file changed

+0
-2
lines changed
  • amadeus-core/src/par_sink

1 file changed

+0
-2
lines changed

amadeus-core/src/par_sink/sum.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ where
5353
let right = iter::once(item).sum::<B>();
5454
B::sum(iter::once(left).chain(iter::once(right)))
5555
})
56-
5756
}
58-
5957
#[inline(always)]
6058
fn done(&mut self, state: Self::State) -> Self::Done {
6159
state

0 commit comments

Comments
 (0)