bevy/crates/bevy_ecs/macros/src
Alice Cecile c96b7ffb50 Remove ambiguity sets (#5916)
# Objective

Ambiguity sets are used to ignore system order ambiguities between groups of systems. However, they are not very useful: they are clunky, poorly integrated, and generally hampered by the difficulty using (or discovering) the ambiguity detector.

As a first step to the work in #4299, we're removing them.

## Migration Guide

Ambiguity sets have been removed.
2022-09-09 17:21:50 +00:00
..
component.rs Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00
fetch.rs make WorldQuery very flat (#5205) 2022-08-04 21:51:02 +00:00
lib.rs Remove ambiguity sets (#5916) 2022-09-09 17:21:50 +00:00