We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0458719 commit 7520e53Copy full SHA for 7520e53
.github/workflows/lint.sh
@@ -28,11 +28,11 @@ function clippy_no_features() {
28
}
29
30
# Core crates
31
-clippy crates/rustc_codegen_spirv-target-specs
32
-clippy crates/rustc_codegen_spirv-types
+clippy_no_features crates/rustc_codegen_spirv-target-specs
+clippy_no_features crates/rustc_codegen_spirv-types
33
clippy crates/rustc_codegen_spirv
34
clippy crates/spirv-builder
35
-clippy crates/spirv-std
+clippy_no_features crates/spirv-std
36
37
# Examples
38
clippy examples/multibuilder
0 commit comments