@@ -21,42 +21,42 @@ jobs:
21
21
with :
22
22
toolchain : nightly-2024-06-11
23
23
components : clippy,rust-src
24
- - name : Linux (linux_android_with_fallback.rs)
25
- run : cargo clippy --target x86_64-unknown-linux-gnu
26
- - name : Linux (linux_android.rs)
27
- run : cargo clippy --target x86_64-unknown-linux-gnu --features linux_disable_fallback
24
+ - name : iOS (apple-other.rs)
25
+ run : cargo clippy -Zbuild-core=core --target x86_64-apple-ios
26
+ - name : ESP-IDF (espidf.rs)
27
+ run : cargo clippy -Zbuild-core=core --target riscv32imc-esp-espidf
28
+ - name : Fuchsia (fuchsia.rs)
29
+ run : cargo clippy -Zbuild-core=core --target x86_64-unknown-fuchsia
28
30
- name : macOS (getentropy.rs)
29
31
run : cargo clippy -Zbuild-core=core --target x86_64-apple-darwin
30
- - name : Redox (use_file.rs)
31
- run : cargo clippy -Zbuild-core=core --target x86_64-unknown-redox
32
32
- name : FreeBSD (getrandom.rs)
33
33
run : cargo clippy -Zbuild-core=core --target x86_64-unknown-freebsd
34
- - name : Solaris (solaris.rs)
35
- run : cargo clippy -Zbuild-core=core --target x86_64-pc-solaris
36
- - name : NetBSD (netbsd.rs)
37
- run : cargo clippy -Zbuild-core=core --target x86_64-unknown-netbsd
38
- - name : Fuchsia (fuchsia.rs)
39
- run : cargo clippy -Zbuild-core=core --target x86_64-unknown-fuchsia
40
- - name : iOS (apple-other.rs)
41
- run : cargo clippy -Zbuild-core=core --target x86_64-apple-ios
42
- - name : WASI (wasi.rs)
43
- run : cargo clippy -Zbuild-core=core --target wasm32-wasip2
44
34
- name : Hermit (hermit.rs)
45
35
run : cargo clippy -Zbuild-core=core --target x86_64-unknown-hermit
46
- - name : VxWorks (vxworks.rs)
47
- run : cargo clippy -Zbuild-core=core --target x86_64-wrs-vxworks
36
+ - name : Web WASM (js.rs)
37
+ run : cargo clippy -Zbuild-std --target wasm32-unknown-unknown --features js
38
+ - name : Linux (linux_android.rs)
39
+ run : cargo clippy --target x86_64-unknown-linux-gnu --features linux_disable_fallback
40
+ - name : Linux (linux_android_with_fallback.rs)
41
+ run : cargo clippy --target x86_64-unknown-linux-gnu
42
+ - name : NetBSD (netbsd.rs)
43
+ run : cargo clippy -Zbuild-core=core --target x86_64-unknown-netbsd
44
+ - name : Fortranix SGX (rdrand.rs)
45
+ run : cargo clippy -Zbuild-core=core --target x86_64-fortanix-unknown-sgx
46
+ - name : Solaris (solaris.rs)
47
+ run : cargo clippy -Zbuild-core=core --target x86_64-pc-solaris
48
48
- name : SOLID (solid.rs)
49
49
run : cargo clippy -Zbuild-core=core --target aarch64-kmc-solid_asp3
50
- - name : ESP-IDF (espidf.rs)
51
- run : cargo clippy -Zbuild-core=core --target riscv32imc-esp-espidf
50
+ - name : Redox (use_file.rs)
51
+ run : cargo clippy -Zbuild-core=core --target x86_64-unknown-redox
52
+ - name : VxWorks (vxworks.rs)
53
+ run : cargo clippy -Zbuild-core=core --target x86_64-wrs-vxworks
54
+ - name : WASI (wasi.rs)
55
+ run : cargo clippy -Zbuild-core=core --target wasm32-wasip2
52
56
- name : Windows 7 (windows7.rs)
53
57
run : cargo clippy -Zbuild-core=core --target x86_64-win7-windows-msvc
54
58
- name : Windows (windows.rs)
55
59
run : cargo clippy -Zbuild-core=core --target x86_64-pc-windows-msvc
56
- - name : Fortranix SGX (rdrand.rs)
57
- run : cargo clippy -Zbuild-core=core --target x86_64-fortanix-unknown-sgx
58
- - name : Web WASM (js.rs)
59
- run : cargo clippy -Zbuild-std --target wasm32-unknown-unknown --features js
60
60
61
61
fmt :
62
62
name : rustfmt
0 commit comments