Skip to content

Commit 8990060

Browse files
committed
Mute more warnings
1 parent 58dd600 commit 8990060

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

protobuf/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ protobuf-support = { path = "../protobuf-support", version = "=4.0.0-alpha.0" }
2828

2929
[package.metadata.docs.rs]
3030
all-features = true
31+
32+
[lints.rust]
33+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(never)'] }

0 commit comments

Comments
 (0)