From b334e84bfaa6f982403469ae8de8a3b0fb99f6f8 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Mon, 9 Sep 2024 09:30:06 +0200 Subject: [PATCH] Merge Encoder impl blocks --- neqo-common/src/codec.rs | 2 -- 1 file changed, 2 deletions(-) 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