diff --git a/protos/src/lib.rs b/protos/src/lib.rs index a9684909d..2759263e7 100644 --- a/protos/src/lib.rs +++ b/protos/src/lib.rs @@ -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; +#[allow(renamed_and_removed_lints)] pub mod services_grpc;