@@ -393,8 +393,6 @@ pub mod val_batch {
393393 impl < L : Layout > Merger < OrdValBatch < L > > for OrdValMerger < L >
394394 where
395395 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 > ,
398396 {
399397 fn new ( batch1 : & OrdValBatch < L > , batch2 : & OrdValBatch < L > , compaction_frontier : AntichainRef < <L :: Target as Update >:: Time > ) -> Self {
400398
@@ -682,8 +680,6 @@ pub mod val_batch {
682680 ValContainer : PushInto < CI :: Val < ' a > > ,
683681 > ,
684682 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 > ,
687683 {
688684
689685 type Input = CI ;
@@ -874,8 +870,6 @@ pub mod key_batch {
874870 impl < L : Layout > Merger < OrdKeyBatch < L > > for OrdKeyMerger < L >
875871 where
876872 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 > ,
879873 {
880874 fn new ( batch1 : & OrdKeyBatch < L > , batch2 : & OrdKeyBatch < L > , compaction_frontier : AntichainRef < <L :: Target as Update >:: Time > ) -> Self {
881875
@@ -1072,8 +1066,6 @@ pub mod key_batch {
10721066 impl < L : Layout , CI > Builder for OrdKeyBuilder < L , CI >
10731067 where
10741068 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 > ,
10771069 CI : BuilderInput < L :: KeyContainer , L :: ValContainer , Time =<L :: Target as Update >:: Time , Diff =<L :: Target as Update >:: Diff > ,
10781070 {
10791071
0 commit comments