diff --git a/tests/wellknown-compiled/src/lib.rs b/tests/wellknown-compiled/src/lib.rs index 60ab404d1..3bf566eda 100644 --- a/tests/wellknown-compiled/src/lib.rs +++ b/tests/wellknown-compiled/src/lib.rs @@ -1,6 +1,7 @@ pub mod gen { pub mod google { pub mod protobuf { + #![allow(clippy::doc_overindented_list_items)] tonic::include_proto!("google.protobuf"); } }