Skip to content

Commit 1cbb1b8

Browse files
committed
chore(ci): fix beta clippy lints
1 parent fd4e1e1 commit 1cbb1b8

File tree

1 file changed

+1
-0
lines changed
  • misc/quick-protobuf-codec/src

1 file changed

+1
-0
lines changed

misc/quick-protobuf-codec/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ mod generated;
1212
pub use generated::test as proto;
1313

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

0 commit comments

Comments
 (0)