diff --git a/crates/wdk-build/Cargo.toml b/crates/wdk-build/Cargo.toml index b6bacc01..620ed98e 100644 --- a/crates/wdk-build/Cargo.toml +++ b/crates/wdk-build/Cargo.toml @@ -28,10 +28,6 @@ rustversion = "1.0.14" [dev-dependencies] windows = { version = "0.52.0", features = ["Win32_UI_Shell"] } -# // `wdk-build` is only to be used in build scripts, so binary bloat from multiple dependency -# // versions is not a concern -#![allow(clippy::multiple_crate_versions)] - # Cannot inherit workspace lints since overriding them is not supported yet: https://github.com/rust-lang/cargo/issues/13157 # [lints] # workspace = true