diff --git a/crates/rsjudge-grpc/src/proto.rs b/crates/rsjudge-grpc/src/proto.rs index a113ba9..c80bd13 100644 --- a/crates/rsjudge-grpc/src/proto.rs +++ b/crates/rsjudge-grpc/src/proto.rs @@ -1,3 +1,4 @@ +#![allow(clippy::match_single_binding)] use tonic::include_proto; include_proto!("rsjudge.v1");