diff --git a/src/generator.rs b/src/generator.rs index a85cf31..46ac180 100644 --- a/src/generator.rs +++ b/src/generator.rs @@ -61,7 +61,7 @@ pub enum State { pub struct Generator { state: State, context: context::Context, - phantom: PhantomData + phantom: PhantomData<*const Item> } impl Generator