bevy/crates/bevy_ecs/src/system
Zachary Harrold a6adced9ed
Deny derive_more error feature and replace it with thiserror (#16684)
# 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.
2024-12-06 17:03:55 +00:00
..
commands Move clone_entity commands to EntityCommands (#16672) 2024-12-06 15:54:35 +00:00
adapter_system.rs Better warnings about invalid parameters (#15500) 2024-10-03 13:16:55 +00:00
builder.rs Move all_tuples to a new crate (#16161) 2024-12-03 17:41:09 +00:00
combinator.rs Better warnings about invalid parameters (#15500) 2024-10-03 13:16:55 +00:00
exclusive_function_system.rs Move all_tuples to a new crate (#16161) 2024-12-03 17:41:09 +00:00
exclusive_system_param.rs Move all_tuples to a new crate (#16161) 2024-12-03 17:41:09 +00:00
function_system.rs Turn apply_deferred into a ZST System (#16642) 2024-12-05 18:14:05 +00:00
input.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
mod.rs Fallible systems (#16589) 2024-12-05 22:29:06 +00:00
observer_system.rs Rename App/World::observe to add_observer, EntityWorldMut::observe_entity to observe. (#15754) 2024-10-09 15:39:29 +00:00
query.rs Fix Single doc links (#16493) 2024-11-24 18:44:00 +00:00
schedule_system.rs Fallible systems (#16589) 2024-12-05 22:29:06 +00:00
system.rs Deny derive_more error feature and replace it with thiserror (#16684) 2024-12-06 17:03:55 +00:00
system_name.rs Remove thiserror from bevy_ecs (#15774) 2024-10-09 14:20:58 +00:00
system_param.rs Turn apply_deferred into a ZST System (#16642) 2024-12-05 18:14:05 +00:00
system_registry.rs Deny derive_more error feature and replace it with thiserror (#16684) 2024-12-06 17:03:55 +00:00