Skip to content

Commit ee186e9

Browse files
committed
Merge branch 'connector-docs' into rust-1.82
2 parents 639df24 + 7a0427b commit ee186e9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

api/swimos_form/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ num-bigint = { workspace = true }
1919

2020
[dev-dependencies]
2121
trybuild = { workspace = true }
22+
23+
[lints.rust]
24+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }

api/swimos_form/src/tests/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
use trybuild::TestCases;
1616

1717
#[test]
18+
#[cfg_attr(tarpaulin, ignore)]
1819
fn test_derive() {
1920
let t = TestCases::new();
2021

0 commit comments

Comments
 (0)