mirror of
https://github.com/SkyfallWasTaken/dinopkg.git
synced 2024-11-23 22:53:49 +00:00
Add tarpaulin config
This commit is contained in:
parent
ee0e593b37
commit
f72f4d372c
1 changed files with 3 additions and 0 deletions
|
@ -10,3 +10,6 @@ lazy_static = "1.5.0"
|
||||||
regex = "1.10.5"
|
regex = "1.10.5"
|
||||||
thiserror = "1.0.62"
|
thiserror = "1.0.62"
|
||||||
urlencoding = "2.1.3"
|
urlencoding = "2.1.3"
|
||||||
|
|
||||||
|
[lints.rust]
|
||||||
|
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
|
||||||
|
|
Loading…
Reference in a new issue