SIGN IN SIGN UP
bevyengine / bevy UNCLAIMED

A refreshingly simple data-driven game engine built in Rust

0 0 59 Rust

bevy_asset: don't expect large error in wasm (#24192)

# Objective

- `cargo clippy --target wasm32-unknown-unknown -p bevy_asset --no-deps
-- -D warnings`
- `clippy::result_large_err` is not triggered in wasm
- `ErasedLoadedAsset` is not too big in wasm 🤷 

## Solution

- gate the expect

## Testing

- CI
F
François Mockers committed
c50521c37718f9dcb5b691f68f524f67c6874dd0
Parent: 19e4cbd
Committed by GitHub <noreply@github.com> on 5/8/2026, 1:26:13 PM