File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -28,17 +28,29 @@ function clippy_no_features() {
28
28
}
29
29
30
30
# Core crates
31
+ clippy crates/rustc_codegen_spirv-target-specs
32
+ clippy crates/rustc_codegen_spirv-types
31
33
clippy crates/rustc_codegen_spirv
32
34
clippy crates/spirv-builder
35
+ clippy crates/spirv-std
33
36
34
37
# Examples
35
-
38
+ clippy examples/multibuilder
36
39
clippy examples/runners/ash
40
+ clippy_no_features examples/runners/cpu
37
41
clippy examples/runners/wgpu
38
42
39
- clippy_no_features examples/runners/cpu
43
+ # shaders
40
44
clippy_no_features examples/shaders/sky-shader
41
45
clippy_no_features examples/shaders/simplest-shader
46
+ clippy_no_features examples/shaders/compute-shader
47
+ clippy_no_features examples/shaders/mouse-shader
48
+ clippy_no_features examples/shaders/reduce
49
+
50
+ # tests
51
+ clippy tests/compiletests
52
+ clippy tests/difftests/bin
53
+ clippy tests/difftests/lib
42
54
43
55
# Custom lints
44
56
You can’t perform that action at this time.
0 commit comments