Skip to content

Commit 77ffa04

Browse files
committed
Fix workspace config
1 parent 92194cc commit 77ffa04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workspace.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
with:
2222
toolchain: nightly-2024-06-11
2323
components: clippy,rust-src
24-
- name: `std` feature
24+
- name: std feature
2525
run: cargo clippy --features std
26-
- name: `custom` feature
26+
- name: custom feature
2727
run: cargo clippy -Zbuild-std=core --target riscv32i-unknown-none-elf --features custom
2828
- name: iOS (apple-other.rs)
2929
run: cargo clippy -Zbuild-std=core --target x86_64-apple-ios

0 commit comments

Comments
 (0)