Skip to content

Commit

Permalink
tokio_unstable lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Aug 29, 2024
1 parent 556009a commit b1dbd28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cdn-broker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ path = "src/binaries/bad-broker.rs"
[target.'cfg(tokio_unstable)'.dependencies]
console-subscriber = "0.3"

# This prevents clippy from warning about the `tokio_unstable` flag
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tokio_unstable)'] }

[dependencies]
jf-signature.workspace = true
Expand Down

0 comments on commit b1dbd28

Please sign in to comment.