chore: Fix doc warning (#1214)

* chore(docs): Fix lint warning

* chore: Add ci to check cargo doc
This commit is contained in:
tottoto
2023-01-04 14:20:24 -05:00
committed by GitHub
parent 3ee1e6cc10
commit 2d7e14f513
5 changed files with 30 additions and 8 deletions
+1
View File
@@ -19,6 +19,7 @@
pub mod proto {
#![allow(unreachable_pub)]
#![allow(missing_docs)]
#![allow(rustdoc::invalid_html_tags)]
include!("generated/grpc.reflection.v1alpha.rs");
pub const FILE_DESCRIPTOR_SET: &[u8] = include_bytes!("generated/reflection_v1alpha1.bin");