Skip to content

Commit 2c5f78e

Browse files
committed
never skip C++ compile on clippy, causing issues downstream
close Rust-GPU/cargo-gpu#140
1 parent 4a14266 commit 2c5f78e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

spirv-tools-sys/build.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ fn val(build: &mut Build) {
7474
}
7575

7676
fn main() {
77-
// skip compiling C++ code when running clippy
78-
if std::env::var("CLIPPY_ARGS").is_ok() {
79-
return;
80-
}
81-
8277
let use_installed = std::env::var("CARGO_FEATURE_USE_INSTALLED_TOOLS").is_ok();
8378
let use_compiled = std::env::var("CARGO_FEATURE_USE_COMPILED_TOOLS").is_ok();
8479

0 commit comments

Comments
 (0)