Skip to content

Commit aea2975

Browse files
committed
Fix lint
1 parent 22faf8d commit aea2975

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

crates/vespertide-cli/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ predicates = "3"
3535
[[bin]]
3636
name = "vespertide"
3737
path = "src/main.rs"
38+
39+
[lints.rust]
40+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }

crates/vespertide-macro/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ proc-macro2 = "1.0"
2525
[dev-dependencies]
2626
tempfile = "3"
2727
runtime-macros = "1.1"
28+
29+
[lints.rust]
30+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }

0 commit comments

Comments
 (0)