Skip to content

Commit

Permalink
chore: tune linters
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Dec 4, 2024
1 parent 3a04aa0 commit 17e3324
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/rs-drive-abci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,7 @@ grovedbg = ["drive/grovedbg"]
[[bin]]
name = "drive-abci"
path = "src/main.rs"


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

0 comments on commit 17e3324

Please sign in to comment.