@@ -393,8 +393,6 @@ pub mod val_batch {
393
393
impl < L : Layout > Merger < OrdValBatch < L > > for OrdValMerger < L >
394
394
where
395
395
OrdValBatch < L > : Batch < Time =<L :: Target as Update >:: Time > ,
396
- for < ' a > <L :: TimeContainer as BatchContainer >:: ReadItem < ' a > : IntoOwned < ' a , Owned = <L :: Target as Update >:: Time > ,
397
- for < ' a > <L :: DiffContainer as BatchContainer >:: ReadItem < ' a > : IntoOwned < ' a , Owned = <L :: Target as Update >:: Diff > ,
398
396
{
399
397
fn new ( batch1 : & OrdValBatch < L > , batch2 : & OrdValBatch < L > , compaction_frontier : AntichainRef < <L :: Target as Update >:: Time > ) -> Self {
400
398
@@ -682,8 +680,6 @@ pub mod val_batch {
682
680
ValContainer : PushInto < CI :: Val < ' a > > ,
683
681
> ,
684
682
CI : for < ' a > BuilderInput < L :: KeyContainer , L :: ValContainer , Time =<L :: Target as Update >:: Time , Diff =<L :: Target as Update >:: Diff > ,
685
- for < ' a > <L :: TimeContainer as BatchContainer >:: ReadItem < ' a > : IntoOwned < ' a , Owned = <L :: Target as Update >:: Time > ,
686
- for < ' a > <L :: DiffContainer as BatchContainer >:: ReadItem < ' a > : IntoOwned < ' a , Owned = <L :: Target as Update >:: Diff > ,
687
683
{
688
684
689
685
type Input = CI ;
@@ -874,8 +870,6 @@ pub mod key_batch {
874
870
impl < L : Layout > Merger < OrdKeyBatch < L > > for OrdKeyMerger < L >
875
871
where
876
872
OrdKeyBatch < L > : Batch < Time =<L :: Target as Update >:: Time > ,
877
- for < ' a > <L :: TimeContainer as BatchContainer >:: ReadItem < ' a > : IntoOwned < ' a , Owned = <L :: Target as Update >:: Time > ,
878
- for < ' a > <L :: DiffContainer as BatchContainer >:: ReadItem < ' a > : IntoOwned < ' a , Owned = <L :: Target as Update >:: Diff > ,
879
873
{
880
874
fn new ( batch1 : & OrdKeyBatch < L > , batch2 : & OrdKeyBatch < L > , compaction_frontier : AntichainRef < <L :: Target as Update >:: Time > ) -> Self {
881
875
@@ -1072,8 +1066,6 @@ pub mod key_batch {
1072
1066
impl < L : Layout , CI > Builder for OrdKeyBuilder < L , CI >
1073
1067
where
1074
1068
L : for < ' a > Layout < KeyContainer : PushInto < CI :: Key < ' a > > > ,
1075
- for < ' a > <L :: TimeContainer as BatchContainer >:: ReadItem < ' a > : IntoOwned < ' a , Owned = <L :: Target as Update >:: Time > ,
1076
- for < ' a > <L :: DiffContainer as BatchContainer >:: ReadItem < ' a > : IntoOwned < ' a , Owned = <L :: Target as Update >:: Diff > ,
1077
1069
CI : BuilderInput < L :: KeyContainer , L :: ValContainer , Time =<L :: Target as Update >:: Time , Diff =<L :: Target as Update >:: Diff > ,
1078
1070
{
1079
1071
0 commit comments