bevy/crates/bevy_reflect/src/enums
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
..
dynamic_enum.rs Add no_std support to bevy_reflect (#16256) 2024-12-05 21:15:21 +00:00
enum_trait.rs Add no_std support to bevy_reflect (#16256) 2024-12-05 21:15:21 +00:00
helpers.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
mod.rs Making DynamicEnum::is_dynamic() return true (#14732) 2024-08-15 14:10:52 +00:00
variants.rs Deny derive_more error feature and replace it with thiserror (#16684) 2024-12-06 17:03:55 +00:00