Skip to content

Commit

Permalink
Whitelist cfg attributes
Browse files Browse the repository at this point in the history
As we did in rust-bitcoin/rust-bitcoin#2785.

rust-lang/rust#124800 has been fixed and we can update our nightly
version by whitelisting all cfgs that are used.
  • Loading branch information
tcharding committed May 31, 2024
1 parent 7500f7a commit 673d796
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ socks = { version = "0.3.4", optional = true}

[workspace]
members = ["fuzz", "integration_test"]

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

0 comments on commit 673d796

Please sign in to comment.