From acd6ebb02018c09ff691f90aa184b7d5bb1efd2a Mon Sep 17 00:00:00 2001 From: Chris Denton Date: Tue, 21 May 2024 18:40:41 +0000 Subject: [PATCH] Add lints table to calling_convention test crate --- crates/tests/calling_convention/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/tests/calling_convention/Cargo.toml b/crates/tests/calling_convention/Cargo.toml index 875d6ac4cf3..df04aaeba05 100644 --- a/crates/tests/calling_convention/Cargo.toml +++ b/crates/tests/calling_convention/Cargo.toml @@ -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 = [