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 5ad789b commit 9b61f29Copy full SHA for 9b61f29
6 files changed
Cargo.toml
@@ -48,6 +48,7 @@ targets = ["x86_64-unknown-linux-gnu"]
48
[lints.rust]
49
unsafe_code = "warn"
50
missing_docs = "warn"
51
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage_nightly)'] }
52
53
[lints.clippy]
54
all = "warn"
0 commit comments