Skip to content

Commit

Permalink
Add lints table to test crates
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDenton committed May 21, 2024
1 parent bb68c44 commit bb4e556
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/tests/calling_convention/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ version = "0.0.0"
edition = "2021"
publish = false

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

[dependencies.windows]
path = "../../libs/windows"
features = [
Expand Down
3 changes: 3 additions & 0 deletions crates/tests/debugger_visualizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ version = "0.0.0"
edition = "2021"
publish = false

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

[dependencies.windows]
path = "../../libs/windows"
features = [
Expand Down

0 comments on commit bb4e556

Please sign in to comment.