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 8085148 commit 71a5f1cCopy full SHA for 71a5f1c
.github/workflows/workspace.yml
@@ -27,8 +27,8 @@ jobs:
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
30
- - name: macOS (getentropy.rs)
31
- run: cargo clippy -Zbuild-core=core --target x86_64-apple-darwin
+ - name: OpenBSD (getentropy.rs)
+ run: cargo clippy -Zbuild-core=core --target x86_64-unknown-openbsd
32
- name: FreeBSD (getrandom.rs)
33
run: cargo clippy -Zbuild-core=core --target x86_64-unknown-freebsd
34
- name: Hermit (hermit.rs)
0 commit comments