Skip to content

Commit

Permalink
add [lints/rust] table to silence clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang committed Jan 14, 2025
1 parent 7a9fc41 commit 9eda581
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/didc-js/wasm-package/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ log = "0.4"
getrandom = { version = "0.2", features = ["js"] }
serde-wasm-bindgen = "0.5"
js-sys = "0.3"

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = [
'cfg(wasm_bindgen_unstable_test_coverage)',
] }

0 comments on commit 9eda581

Please sign in to comment.