diff --git a/src/trace/implementations/chunker.rs b/src/trace/implementations/chunker.rs
index fdfadbace..018b8a632 100644
--- a/src/trace/implementations/chunker.rs
+++ b/src/trace/implementations/chunker.rs
@@ -1,7 +1,6 @@
//! Organize streams of data into sorted chunks.
use std::collections::VecDeque;
-use std::marker::PhantomData;
use timely::communication::message::RefOrMut;
use timely::Container;
use timely::container::columnation::{Columnation, TimelyStack};
@@ -270,17 +269,15 @@ where
}
/// Chunk a stream of vectors into chains of vectors.
-pub struct ContainerChunker {
+pub struct ContainerChunker