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 22faf8d commit aea2975Copy full SHA for aea2975
2 files changed
crates/vespertide-cli/Cargo.toml
@@ -35,3 +35,6 @@ predicates = "3"
35
[[bin]]
36
name = "vespertide"
37
path = "src/main.rs"
38
+
39
+[lints.rust]
40
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
crates/vespertide-macro/Cargo.toml
@@ -25,3 +25,6 @@ proc-macro2 = "1.0"
25
[dev-dependencies]
26
tempfile = "3"
27
runtime-macros = "1.1"
28
29
30
0 commit comments