Skip to content

Commit

Permalink
rust: allow 'cfg(doc_cfg)'
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Aug 14, 2024
1 parent 0d618cd commit 784ab7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/sui-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,6 @@ test-strategy = "0.3.1"
[target.wasm32-unknown-unknown.dev-dependencies]
wasm-bindgen-test = "0.3"
getrandom = { version = "0.2", features = ["js"] }

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

0 comments on commit 784ab7b

Please sign in to comment.