Skip to content

Commit

Permalink
Whitelist asynchronix_loom flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sbarral committed Aug 24, 2024
1 parent 3f20fdd commit cfb7a57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions asynchronix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,6 @@ futures-executor = "0.3"
[[test]]
name = "integration"
path = "tests/tests.rs"

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

0 comments on commit cfb7a57

Please sign in to comment.