Skip to content

Commit

Permalink
Add tokio_unstable to to unexpected_cfgs
Browse files Browse the repository at this point in the history
  • Loading branch information
upbqdn committed Jun 11, 2024
1 parent 56d0bf9 commit 58d561c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tower-batch-control/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ tower-fallback = { path = "../tower-fallback/", version = "0.2.41-beta.13" }
tower-test = "0.4.0"

zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.37" }

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

0 comments on commit 58d561c

Please sign in to comment.