Skip to content

Commit

Permalink
build: allow tarpaulin_include cfg condition
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Aug 31, 2024
1 parent 7cdeda0 commit 664bcb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ xdg = "2.5.2"
anstyle = "1.0.4"
icalendar = "0.16"
rrule = "0.11.0"

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }

0 comments on commit 664bcb3

Please sign in to comment.