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 d69815d commit ce2e314Copy full SHA for ce2e314
rust/csi-grpc/src/lib.rs
@@ -1,5 +1,8 @@
1
//! Include gRPC definition files that have been generated by `build.rs`
2
3
+// CSI docs don't quite align with Rustdoc conventions
4
+#![allow(clippy::doc_lazy_continuation)]
5
+
6
pub static FILE_DESCRIPTOR_SET_BYTES: &[u8] =
7
include_bytes!(concat!(env!("OUT_DIR"), "/file_descriptor_set.bin"));
8
0 commit comments