Skip to content

Commit 14164bd

Browse files
committed
🔧 add warning silence for tarpaulin
1 parent 0b99223 commit 14164bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ maintenance = { status = "actively-developed" }
1919

2020
[dependencies]
2121
nalgebra = "0.33.2"
22+
23+
[lints.rust]
24+
unexpected_cfgs = { level = "allow", check-cfg = ["cfg(tarpaulin_include)"] }

0 commit comments

Comments
 (0)