bevy/crates/bevy_render/src/batching
François Mockers 01eff3ea93
bevy_render: fix clippy on wasm (#19872)
# Objective

- bevy_render has unfulfilled expected clippy lints in wasm

## Solution

- Don't expect them in wasm

## Testing

`cargo clippy --target wasm32-unknown-unknown -p bevy_render --no-deps
-- -D warnings`
2025-06-29 22:09:37 +00:00
..
gpu_preprocessing.rs bevy_render: fix clippy on wasm (#19872) 2025-06-29 22:09:37 +00:00
mod.rs Fix NonMesh draw command item queries (#17893) 2025-03-30 02:33:09 +00:00
no_gpu_preprocessing.rs Switch bins from parallel key/value arrays to IndexMaps. (#17819) 2025-02-12 22:39:04 +00:00