Skip to content

Commit ce2e314

Browse files
committed
Silence unactionable Clippy warnings
1 parent d69815d commit ce2e314

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rust/csi-grpc/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
//! Include gRPC definition files that have been generated by `build.rs`
22
3+
// CSI docs don't quite align with Rustdoc conventions
4+
#![allow(clippy::doc_lazy_continuation)]
5+
36
pub static FILE_DESCRIPTOR_SET_BYTES: &[u8] =
47
include_bytes!(concat!(env!("OUT_DIR"), "/file_descriptor_set.bin"));
58

0 commit comments

Comments
 (0)