From 8990060a087a3155bf969f08628a6676229f3df9 Mon Sep 17 00:00:00 2001 From: Stepan Koltsov Date: Mon, 30 Sep 2024 01:08:59 +0100 Subject: [PATCH] Mute more warnings --- protobuf/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/protobuf/Cargo.toml b/protobuf/Cargo.toml index c22fa8af6..aed6323af 100644 --- a/protobuf/Cargo.toml +++ b/protobuf/Cargo.toml @@ -28,3 +28,6 @@ protobuf-support = { path = "../protobuf-support", version = "=4.0.0-alpha.0" } [package.metadata.docs.rs] all-features = true + +[lints.rust] +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(never)'] }