Skip to content

Commit

Permalink
Add other cfgs that are used
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed Oct 8, 2024
1 parent 2a7a079 commit eab1c44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ overlapping-range-endpoints = "deny"
suspicious-double-ref-op = "deny"
temporary-cstring-as-ptr = "deny"
unconditional-recursion = "deny"
unexpected_cfgs = { level = "deny", check-cfg = [
"cfg(__ui_tests)",
"cfg(bench)",
] }
unnameable-test-items = "deny"
unsafe-op-in-unsafe-fn = "deny"
unstable-syntax-pre-expansion = "deny"
Expand Down

0 comments on commit eab1c44

Please sign in to comment.