Skip to content

Commit cb447fb

Browse files
committed
Update comments around no_std CI task
1 parent 861d264 commit cb447fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
cargo clippy --target ${{ matrix.target }} ${{ matrix.extra-flags }} -p wgpu-hal --all-features
293293
cargo clippy --target ${{ matrix.target }} ${{ matrix.extra-flags }} -p wgpu --all-features
294294
295-
# Building for no_std platforms where every feature is enabled except "std".
295+
# Building for no_std platforms.
296296
- name: Check `no_std`
297297
if: matrix.kind == 'no_std'
298298
shell: bash
@@ -303,7 +303,7 @@ jobs:
303303
cargo clippy --target ${{ matrix.target }} ${{ matrix.extra-flags }} -p wgpu-types --no-default-features
304304
cargo clippy --target ${{ matrix.target }} ${{ matrix.extra-flags }} -p naga --no-default-features
305305
306-
# Check with all features except "std".
306+
# Check with all compatible features
307307
cargo clippy --target ${{ matrix.target }} ${{ matrix.extra-flags }} -p wgpu-types --no-default-features --features strict_asserts,fragile-send-sync-non-atomic-wasm,serde,counters
308308
cargo clippy --target ${{ matrix.target }} ${{ matrix.extra-flags }} -p naga --no-default-features --features dot-out,compact
309309

0 commit comments

Comments
 (0)