Skip to content

Commit

Permalink
proxydetox: Fix cfg lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kiron1 committed Aug 18, 2024
1 parent 844f5d0 commit b3be091
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proxydetox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ homepage.workspace = true
default = ["negotiate"]
negotiate = ["detox_auth/negotiate", "proxydetoxlib/negotiate"]

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

[dependencies]
clap.workspace = true
detox_auth.workspace = true
Expand Down

0 comments on commit b3be091

Please sign in to comment.