Skip to content

Commit

Permalink
Add lints table to debugger_visualizer test crate
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDenton committed May 21, 2024
1 parent acd6ebb commit 2b6f9bb
Showing 1 changed file with 3 additions and 0 deletions.
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_raw_dylib, windows_debugger_visualizer)'] }

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

0 comments on commit 2b6f9bb

Please sign in to comment.