We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef7b6e commit 8b56da3Copy full SHA for 8b56da3
ddcommon/Cargo.toml
@@ -78,3 +78,6 @@ use_webpki_roots = ["hyper-rustls/webpki-roots"]
78
cgroup_testing = []
79
# FIPS mode uses the FIPS-compliant cryptographic provider (Unix only)
80
fips = ["https", "hyper-rustls/fips"]
81
+
82
+[lints.rust]
83
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] }
0 commit comments