bevy/crates/bevy_ecs/src
Mike 687e379800
Updates for rust 1.73 (#10035)
# Objective

- Updates for rust 1.73

## Solution

- new doc check for `redundant_explicit_links`
- updated to text for compile fail tests

---

## Changelog

- updates for rust 1.73
2023-10-06 00:31:10 +00:00
..
entity Use EntityHashMap<Entity, T> for render world entity storage for better performance (#9903) 2023-09-27 08:28:28 +00:00
query Updates for rust 1.73 (#10035) 2023-10-06 00:31:10 +00:00
reflect Fix typos. (#9922) 2023-09-25 18:35:46 +00:00
schedule Updates for rust 1.73 (#10035) 2023-10-06 00:31:10 +00:00
storage Improve doc formatting. (#9840) 2023-09-18 19:43:56 +00:00
system Updates for rust 1.73 (#10035) 2023-10-06 00:31:10 +00:00
world Updates for rust 1.73 (#10035) 2023-10-06 00:31:10 +00:00
archetype.rs Add a public API to ArchetypeGeneration/Id (#9825) 2023-10-02 12:54:45 +00:00
bundle.rs Fix some nightly warnings (#9672) 2023-09-02 18:35:06 +00:00
change_detection.rs Updates for rust 1.73 (#10035) 2023-10-06 00:31:10 +00:00
component.rs Updates for rust 1.73 (#10035) 2023-10-06 00:31:10 +00:00
event.rs Only run event systems if they have tangible work to do (#7728) 2023-09-24 00:16:33 +00:00
lib.rs Remove useless single tuples and trailing commas (#9720) 2023-09-08 21:46:54 +00:00
removal_detection.rs Hide UnsafeWorldCell::unsafe_world (#9741) 2023-10-02 12:46:43 +00:00