We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d1305 commit 895a8f1Copy full SHA for 895a8f1
src/rpc/pb.rs
@@ -3,6 +3,7 @@
3
#![allow(clippy::enum_variant_names)]
4
#![allow(clippy::derive_partial_eq_without_eq)]
5
#![allow(clippy::doc_lazy_continuation)]
6
+#![allow(dead_code)]
7
8
pub mod authpb {
9
tonic::include_proto!("authpb");
0 commit comments