Silence clippy lints from generated protos

This commit is contained in:
Paul Hauner
2019-02-13 10:29:09 +11:00
parent 683147035b
commit 722a157367

View File

@@ -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;