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