diff --git a/src/rpc/pb.rs b/src/rpc/pb.rs index 4008578..803e724 100644 --- a/src/rpc/pb.rs +++ b/src/rpc/pb.rs @@ -2,6 +2,7 @@ #![allow(clippy::enum_variant_names)] #![allow(clippy::derive_partial_eq_without_eq)] +#![allow(clippy::doc_lazy_continuation)] pub mod authpb { tonic::include_proto!("authpb");