Skip to content

Commit

Permalink
remove outdated XXX TODO comment from ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brody4hire committed Jan 21, 2025
1 parent 7574eca commit aed9f7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ jobs:
# Check naga with no features.
cargo clippy --target ${{ matrix.target }} ${{ matrix.extra-flags }} -p naga --no-default-features
# XXX TODO SIMILAR SUB-STEP for naga with all features possible with no-std (once this is supported)
# Check wgpu-types with all features except "std".
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
# Check naga with all features possible for no-std.
Expand Down

0 comments on commit aed9f7e

Please sign in to comment.