From 81d33f4dd49bba2fd33f3a11ccb18cebd957cbd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9F=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20=5BArtyom=20Pavlov=5D?= Date: Fri, 17 Jan 2025 14:27:33 +0300 Subject: [PATCH] fix Clippy job --- .github/workflows/workspace.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workspace.yml b/.github/workflows/workspace.yml index 35d32bfab..80838dfbd 100644 --- a/.github/workflows/workspace.yml +++ b/.github/workflows/workspace.yml @@ -30,7 +30,7 @@ jobs: - name: custom backend env: RUSTFLAGS: -Dwarnings --cfg getrandom_backend="custom" - run: cargo clippy -Zbuild-std=core --target riscv32i-unknown-none-elf + run: cargo clippy -Zbuild-std=core --target riscv32i-unknown-none-elf --features=opt_in - name: iOS (apple-other.rs) run: cargo clippy -Zbuild-std=core --target x86_64-apple-ios - name: ESP-IDF (espidf.rs)