Skip to content

Commit

Permalink
chore(ci): fix beta clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Sep 20, 2024
1 parent fd4e1e1 commit 1cbb1b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/quick-protobuf-codec/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ mod generated;
pub use generated::test as proto;

/// [`Codec`] implements [`Encoder`] and [`Decoder`], uses [`unsigned_varint`]
///
/// to prefix messages with their length and uses [`quick_protobuf`] and a provided
/// `struct` implementing [`MessageRead`] and [`MessageWrite`] to do the encoding.
pub struct Codec<In, Out = In> {
Expand Down

0 comments on commit 1cbb1b8

Please sign in to comment.