From ea5c23d9e132dac14ab3f39f0a0fd60de45b771d Mon Sep 17 00:00:00 2001 From: Renar Narubin Date: Tue, 7 Nov 2023 15:21:15 -0800 Subject: [PATCH] fix those doc failures --- src/message.rs | 2 ++ src/validators/prost.rs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/message.rs b/src/message.rs index 332a874..2b8899a 100644 --- a/src/message.rs +++ b/src/message.rs @@ -1,3 +1,5 @@ +//! Message related types + use bytes::Bytes; use std::{borrow::Cow, time::SystemTime}; use uuid::Uuid; diff --git a/src/validators/prost.rs b/src/validators/prost.rs index 945f64b..3ae0e5b 100644 --- a/src/validators/prost.rs +++ b/src/validators/prost.rs @@ -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};