From 664bcb356fb798edd0ac1d9138f20649728c176b Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Sat, 31 Aug 2024 12:55:22 +0200 Subject: [PATCH] build: allow tarpaulin_include cfg condition --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 780bfcc..ecf268f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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)'] }