Skip to content

Commit

Permalink
silence tokio_unstable cfg lint
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jul 27, 2024
1 parent 89db41f commit 2c3c6a8
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 @@ -56,3 +56,6 @@ harness = false

[build-dependencies]
vergen = { version = "8.2.4", features = ["git", "gitcl"] }

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

0 comments on commit 2c3c6a8

Please sign in to comment.