Skip to content

Commit d0c33a7

Browse files
committed
Address feedback
Signed-off-by: Moritz Hoffmann <[email protected]>
1 parent ec05777 commit d0c33a7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

differential-dataflow/src/collection.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
1111
use std::hash::Hash;
1212

13-
use timely::Container;
14-
use timely::container::IterContainer;
15-
use timely::Data;
13+
use timely::{Container, Data};
1614
use timely::progress::Timestamp;
1715
use timely::order::Product;
1816
use timely::dataflow::scopes::{Child, child::Iterative};
@@ -156,7 +154,6 @@ impl<G: Scope, D, R, C: Container> Collection<G, D, R, C> {
156154
pub fn inspect_container<F>(&self, func: F) -> Self
157155
where
158156
F: FnMut(Result<(&G::Timestamp, &C), &[G::Timestamp]>)+'static,
159-
C: IterContainer,
160157
{
161158
self.inner
162159
.inspect_container(func)

0 commit comments

Comments
 (0)