Skip to content

Commit

Permalink
chore(rsjudge-grpc): 🚨 fix clippy lint in generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Mar 21, 2024
1 parent fd20bf7 commit 8c810ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rsjudge-grpc/src/proto.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(clippy::match_single_binding)]
use tonic::include_proto;

include_proto!("rsjudge.v1");
Expand Down

0 comments on commit 8c810ec

Please sign in to comment.