Silence clippy lints from generated protos
This commit is contained in:
parent
683147035b
commit
722a157367
@ -1,2 +1,5 @@
|
|||||||
|
// The protobuf code-generator is not up-to-date with clippy, therefore we silence some warnings.
|
||||||
|
#[allow(renamed_and_removed_lints)]
|
||||||
pub mod services;
|
pub mod services;
|
||||||
|
#[allow(renamed_and_removed_lints)]
|
||||||
pub mod services_grpc;
|
pub mod services_grpc;
|
||||||
|
Loading…
Reference in New Issue
Block a user