Skip to content

Commit 8b56da3

Browse files
chore: coverage is an okay config
1 parent eef7b6e commit 8b56da3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ddcommon/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,6 @@ use_webpki_roots = ["hyper-rustls/webpki-roots"]
7878
cgroup_testing = []
7979
# FIPS mode uses the FIPS-compliant cryptographic provider (Unix only)
8080
fips = ["https", "hyper-rustls/fips"]
81+
82+
[lints.rust]
83+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] }

0 commit comments

Comments
 (0)