Skip to content

Commit 964a502

Browse files
Benjamin BachmannBenjamin Bachmann
authored andcommitted
fix: ignore unnecessary warning
1 parent 2990652 commit 964a502

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/rusty_chacha_dart/rust/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ anyhow = "1.0.89"
2525
flutter_rust_bridge = "=2.7.1"
2626
chacha20poly1305 = "0.10.1"
2727
zstd = "0.13.2"
28+
29+
[lints.rust]
30+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frb_expand)'] }

0 commit comments

Comments
 (0)