Skip to content

Commit 135e619

Browse files
committed
fixup! chore: remove unused import and unexpected cfg warnings
change warn level to forbid
1 parent cd3a93b commit 135e619

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ reqwest = { version = "0.11.13", default-features = false, features = ["rustls-
1919
_test_utils =["rand"]
2020

2121
[lints.rust]
22-
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(genproto)'] }
22+
unexpected_cfgs = { level = "forbid", check-cfg = ['cfg(genproto)'] }

0 commit comments

Comments
 (0)