diff --git a/neqo-common/src/codec.rs b/neqo-common/src/codec.rs index aeb3b51ceb..d24e1d9f0f 100644 --- a/neqo-common/src/codec.rs +++ b/neqo-common/src/codec.rs @@ -204,9 +204,7 @@ impl<'a> Encoder<'a> { pub fn new_with_buffer(buf: &'a mut Vec) -> Self { Self { buf } } -} -impl<'a> Encoder<'a> { /// Static helper function for previewing the results of encoding without doing it. /// /// # Panics