Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
Do not complain about tarpaulin_include
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganneff committed Oct 19, 2024
1 parent 68695e7 commit a5d6ed6
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 @@ -32,3 +32,6 @@ tracing-subscriber = { features = ["fmt", "ansi", "tracing-log", "chrono", "smal

[dev-dependencies]
regex = "1.10"

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

0 comments on commit a5d6ed6

Please sign in to comment.