Skip to content

Commit

Permalink
Fix clippy: Allow compiletests cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
TedDriggs committed Jul 31, 2024
1 parent aeac6dc commit ba5457d
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 @@ -37,3 +37,6 @@ suggestions = ["darling_core/suggestions"]

[workspace]
members = ["macro", "core"]

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

0 comments on commit ba5457d

Please sign in to comment.