Skip to content

Commit

Permalink
fix(cargo): add identity and volume to allowed cfg feature values
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <[email protected]>
  • Loading branch information
gierens committed Jul 28, 2024
1 parent c2ab066 commit 5485f99
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 @@ -50,3 +50,6 @@ tokio = { version = "^1.21", features = ["macros"] }
[lib]
name = "openstack"
path = "src/lib.rs"

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(feature, values("identity", "volume"))'] }

0 comments on commit 5485f99

Please sign in to comment.