mirror of
https://github.com/bevyengine/bevy
synced 2024-12-21 10:33:08 +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. |
||
---|---|---|
.. | ||
app.rs | ||
lib.rs | ||
main_schedule.rs | ||
panic_handler.rs | ||
plugin.rs | ||
plugin_group.rs | ||
schedule_runner.rs | ||
sub_app.rs | ||
terminal_ctrl_c_handler.rs |