We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5ef5f commit 9c5b8c9Copy full SHA for 9c5b8c9
tests/wellknown-compiled/src/lib.rs
@@ -1,6 +1,7 @@
1
pub mod gen {
2
pub mod google {
3
pub mod protobuf {
4
+ #![allow(clippy::doc_overindented_list_items)]
5
tonic::include_proto!("google.protobuf");
6
}
7
0 commit comments