Skip to content

Commit

Permalink
Merge Encoder impl blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Sep 9, 2024
1 parent 5d847ee commit b334e84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions neqo-common/src/codec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,7 @@ impl<'a> Encoder<'a> {
pub fn new_with_buffer(buf: &'a mut Vec<u8>) -> Self {
Self { buf }
}
}

impl<'a> Encoder<'a> {
/// Static helper function for previewing the results of encoding without doing it.
///
/// # Panics
Expand Down

0 comments on commit b334e84

Please sign in to comment.