bevy/crates/bevy_ecs/src
amy universe cbfeb9438a
include links in error messages (#12165)
# Objective

Fixes #12118

## Solution
did a grip for any "B000" in the crates directory, and added the links

note: ignored the test functions in this file
https://github.com/bevyengine/bevy/blob/main/crates/bevy_ecs/src/system/mod.rs#L537
2024-02-28 00:01:18 +00:00
..
entity Check cfg during CI and fix feature typos (#12103) 2024-02-25 15:19:27 +00:00
identifier fix some typos (#12038) 2024-02-22 18:55:22 +00:00
query Check cfg during CI and fix feature typos (#12103) 2024-02-25 15:19:27 +00:00
reflect include links in error messages (#12165) 2024-02-28 00:01:18 +00:00
schedule Replace FromWorld requirement on ReflectResource and reflect Resource for State<S> (#12136) 2024-02-27 15:49:39 +00:00
storage Use immutable key for HashMap and HashSet (#12086) 2024-02-26 16:27:40 +00:00
system include links in error messages (#12165) 2024-02-28 00:01:18 +00:00
world include links in error messages (#12165) 2024-02-28 00:01:18 +00:00
archetype.rs Add Archetype::component_count (#12119) 2024-02-26 04:54:25 +00:00
bundle.rs Use immutable key for HashMap and HashSet (#12086) 2024-02-26 16:27:40 +00:00
change_detection.rs bevy_ecs address trivial cases of unsafe_op_in_unsafe_fn (#11861) 2024-02-22 00:04:38 +00:00
component.rs bevy_ecs address trivial cases of unsafe_op_in_unsafe_fn (#11861) 2024-02-22 00:04:38 +00:00
event.rs Fix bug where events are not being dropped (#11528) 2024-02-02 21:14:54 +00:00
lib.rs Use TypeIdMap whenever possible (#11684) 2024-02-03 23:47:04 +00:00
removal_detection.rs Docs reflect that RemovalDetection also yields despawned entities (#11795) 2024-02-10 11:18:05 +00:00