Skip to content

Commit

Permalink
fix those doc failures
Browse files Browse the repository at this point in the history
  • Loading branch information
rnarubin committed Nov 7, 2023
1 parent 18175c9 commit ea5c23d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/message.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//! Message related types
use bytes::Bytes;
use std::{borrow::Cow, time::SystemTime};
use uuid::Uuid;
Expand Down
2 changes: 1 addition & 1 deletion src/validators/prost.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Validation and decoding for messages encoded with protobuf using [`prost`](::prost)
//! Validation and decoding for messages encoded with protobuf using [`prost`]
//!
//! ```
//! use hedwig::validators::prost::{ProstValidator, ProstDecoder, ExactSchemaMatcher};
Expand Down

0 comments on commit ea5c23d

Please sign in to comment.