mirror of
https://github.com/bevyengine/bevy
synced 2025-01-04 17:28:56 +00:00
a6adced9ed
# Objective - Remove `derive_more`'s error derivation and replace it with `thiserror` ## Solution - Added `derive_more`'s `error` feature to `deny.toml` to prevent it sneaking back in. - Reverted to `thiserror` error derivation ## Notes Merge conflicts were too numerous to revert the individual changes, so this reversion was done manually. Please scrutinise carefully during review. |
||
---|---|---|
.. | ||
commands | ||
adapter_system.rs | ||
builder.rs | ||
combinator.rs | ||
exclusive_function_system.rs | ||
exclusive_system_param.rs | ||
function_system.rs | ||
input.rs | ||
mod.rs | ||
observer_system.rs | ||
query.rs | ||
schedule_system.rs | ||
system.rs | ||
system_name.rs | ||
system_param.rs | ||
system_registry.rs |