Skip to content

Commit

Permalink
lints: fix unexpected cfgs warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Sep 30, 2024
1 parent e6e3e9c commit 5ccd9cf
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 @@ -71,5 +71,8 @@ env_logger = { version = "0.10", default-features = false }
tokio-rustls = "0.24"
webpki-roots = "0.25"

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

[package.metadata.docs.rs]
features = ["stream"]

0 comments on commit 5ccd9cf

Please sign in to comment.