bevy/crates/bevy_app/src
BD103 b3d3daad5a
Fix Clippy lints on WASM (#13030)
# Objective

- Fixes #13024.

## Solution

- Run `cargo clippy --target wasm32-unknown-unknown` until there are no
more errors.
  - I recommend reviewing one commit at a time :)

---

## Changelog

- Fixed Clippy lints for `wasm32-unknown-unknown` target.
- Updated `bevy_transform`'s `README.md`.
2024-04-20 09:15:42 +00:00
..
app.rs Optimize Event Updates (#12936) 2024-04-13 14:11:28 +00:00
lib.rs Refactor App and SubApp internals for better separation (#9202) 2024-03-31 03:16:10 +00:00
main_schedule.rs Refactor App and SubApp internals for better separation (#9202) 2024-03-31 03:16:10 +00:00
panic_handler.rs Move PanicHandlerPlugin into bevy_app (#12640) 2024-03-29 02:04:56 +00:00
plugin_group.rs Added add_group to PluginGroupBuilder (#9530) 2024-02-25 21:23:28 +00:00
plugin.rs Refactor App and SubApp internals for better separation (#9202) 2024-03-31 03:16:10 +00:00
schedule_runner.rs Fix Clippy lints on WASM (#13030) 2024-04-20 09:15:42 +00:00
sub_app.rs Optimize Event Updates (#12936) 2024-04-13 14:11:28 +00:00