Skip to content

Commit 9c5b8c9

Browse files
committed
chore(test): Allow clippy::doc_overindented_list_items lint in generated code
1 parent af5ef5f commit 9c5b8c9

File tree

1 file changed

+1
-0
lines changed
  • tests/wellknown-compiled/src

1 file changed

+1
-0
lines changed

tests/wellknown-compiled/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pub mod gen {
22
pub mod google {
33
pub mod protobuf {
4+
#![allow(clippy::doc_overindented_list_items)]
45
tonic::include_proto!("google.protobuf");
56
}
67
}

0 commit comments

Comments
 (0)