Skip to content

Commit 9b61f29

Browse files
authored
Improve coverage accounting for runtime paths (#280)
1 parent 5ad789b commit 9b61f29

6 files changed

Lines changed: 359 additions & 93 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ targets = ["x86_64-unknown-linux-gnu"]
4848
[lints.rust]
4949
unsafe_code = "warn"
5050
missing_docs = "warn"
51+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage_nightly)'] }
5152

5253
[lints.clippy]
5354
all = "warn"

0 commit comments

Comments
 (0)