Skip to content

Commit

Permalink
Fix clippy warning (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidli2010 authored Aug 18, 2024
1 parent 0443300 commit efdf099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rpc/pb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit efdf099

Please sign in to comment.