bevy/crates/bevy_render/src/render_phase
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
..
draw_state.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
draw.rs Deny derive_more error feature and replace it with thiserror (#16684) 2024-12-06 17:03:55 +00:00
mod.rs Make BinnedRenderPhase fields for accessing batchable and unbatchable entities public (#16142) 2024-11-07 18:03:47 +00:00
rangefinder.rs