File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ impl<T, C: SizableContainer + Default + PushInto<T>> PushInto<T> for CapacityCon
148148 }
149149}
150150
151- impl < C : Accountable + Default + Clone + ' static > ContainerBuilder for CapacityContainerBuilder < C > {
151+ impl < C : Accountable + Default > ContainerBuilder for CapacityContainerBuilder < C > {
152152 type Container = C ;
153153
154154 #[ inline]
@@ -171,7 +171,7 @@ impl<C: Accountable + Default + Clone + 'static> ContainerBuilder for CapacityCo
171171 }
172172}
173173
174- impl < C : Accountable + SizableContainer + Default + Clone + ' static > LengthPreservingContainerBuilder for CapacityContainerBuilder < C > { }
174+ impl < C : Accountable + SizableContainer + Default > LengthPreservingContainerBuilder for CapacityContainerBuilder < C > { }
175175
176176impl < T > Accountable for Vec < T > {
177177 #[ inline] fn record_count ( & self ) -> i64 { i64:: try_from ( Vec :: len ( self ) ) . unwrap ( ) }
You can’t perform that action at this time.
0 commit comments