bevy/crates/bevy_ecs/src/query
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
..
access.rs Use disqualified for B0001 (#16623) 2024-12-03 19:51:50 +00:00
builder.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
error.rs Deny derive_more error feature and replace it with thiserror (#16684) 2024-12-06 17:03:55 +00:00
fetch.rs Add Immutable Component Support (#16372) 2024-12-05 14:27:48 +00:00
filter.rs Move all_tuples to a new crate (#16161) 2024-12-03 17:41:09 +00:00
iter.rs implement the full set of sorts on QueryManyIter (#13443) 2024-12-03 17:02:37 +00:00
mod.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
par_iter.rs Fix query transmute from table to archetype iteration unsoundness (#14615) 2024-08-27 00:58:40 +00:00
state.rs Getting QueryState from immutable World reference (#16434) 2024-12-01 20:09:29 +00:00
world_query.rs Move all_tuples to a new crate (#16161) 2024-12-03 17:41:09 +00:00