diff --git a/src/generator.rs b/src/generator.rs index add11b0..e8adb8f 100644 --- a/src/generator.rs +++ b/src/generator.rs @@ -93,7 +93,6 @@ pub struct Generator<'a, Input: 'a, Output: 'a, Stack: stack::Stack> { #[allow(unions_with_drop_fields)] union NoDrop { inner: T - _empty: () } impl ::core::fmt::Debug for NoDrop {