Add tarpaulin config

This commit is contained in:
SkyfallWasTaken 2024-07-30 09:28:59 +01:00
parent ee0e593b37
commit f72f4d372c

View file

@ -10,3 +10,6 @@ lazy_static = "1.5.0"
regex = "1.10.5"
thiserror = "1.0.62"
urlencoding = "2.1.3"
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }