chore: Fix doc warning (#1214)
* chore(docs): Fix lint warning * chore: Add ci to check cargo doc
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user