Skip to content

Commit bb904c9

Browse files
committed
allow the coverage_nightly cfg
1 parent 625e832 commit bb904c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ exclude = [".github", ".gitignore"]
1414
libc = "0.2.153"
1515
log = "0.4.4"
1616

17+
[lints.rust.unexpected_cfgs]
18+
level = "warn"
19+
check-cfg = ["cfg(coverage_nightly)"]
20+
1721
[package.metadata.docs.rs]
1822
# https://docs.rs/about/metadata
1923
targets = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"]

0 commit comments

Comments
 (0)