@@ -21,68 +21,66 @@ macro_rules! type_path {
2121
2222// Keep the following list alphabetically sorted :)
2323
24- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_app/src/app.rs#L80 >
24+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_app/src/app.rs#L84 >
2525pub static APP : PathLookup = type_path ! ( bevy_app:: app:: App ) ;
26- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_ecs/src/bundle/mod.rs#L200>
26+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_ecs/src/bundle/mod.rs#L200>
2727pub static BUNDLE : PathLookup = type_path ! ( bevy_ecs:: bundle:: Bundle ) ;
28- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_camera/src/camera.rs#L343 >
28+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_camera/src/camera.rs#L349 >
2929pub static CAMERA : PathLookup = type_path ! ( bevy_camera:: camera:: Camera ) ;
30- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_ecs/src/system/commands/mod.rs#L102 >
30+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_ecs/src/system/commands/mod.rs#L105 >
3131pub static COMMANDS : PathLookup = type_path ! ( bevy_ecs:: system:: commands:: Commands ) ;
32- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_ecs/src/component/mod.rs#L487 >
32+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_ecs/src/component/mod.rs#L509 >
3333pub static COMPONENT : PathLookup = type_path ! ( bevy_ecs:: component:: Component ) ;
34- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_ecs/src/world/deferred_world.rs#L28>
34+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_ecs/src/world/deferred_world.rs#L28>
3535pub static DEFERRED_WORLD : PathLookup = type_path ! ( bevy_ecs:: world:: deferred_world:: DeferredWorld ) ;
36- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_ecs/src/system/system_param.rs#L1253 >
36+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_ecs/src/system/system_param.rs#L1301 >
3737pub static DEFERRED : PathLookup = type_path ! ( bevy_ecs:: system:: system_param:: Deferred ) ;
38- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_ecs/src/system/commands/mod.rs#L1259 >
38+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_ecs/src/system/commands/mod.rs#L1282 >
3939pub static ENTITY_COMMANDS : PathLookup = type_path ! ( bevy_ecs:: system:: EntityCommands ) ;
40- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_ecs/src/world/entity_ref .rs#L450 >
41- pub static ENTITY_MUT : PathLookup = type_path ! ( bevy_ecs:: world:: entity_ref :: EntityMut ) ;
42- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_ecs/src/event/mod.rs#L88>
40+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_ecs/src/world/entity_access/entity_mut .rs#L42 >
41+ pub static ENTITY_MUT : PathLookup = type_path ! ( bevy_ecs:: world:: entity_access :: EntityMut ) ;
42+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_ecs/src/event/mod.rs#L88>
4343pub static EVENT : PathLookup = type_path ! ( bevy_ecs:: event:: Event ) ;
44- /// <https://github.com/bevyengine/bevy/blob/v0.17.2/crates/bevy_ecs/src/event/mod.rs#L358>
45- pub static EVENTS : PathLookup = type_path ! ( bevy_ecs:: event:: Events ) ;
46- /// <https://github.com/bevyengine/bevy/blob/v0.17.2/crates/bevy_ecs/src/world/entity_ref.rs#L3516>
44+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1/crates/bevy_ecs/src/world/entity_access/filtered.rs#L358>
4745pub static FILTERED_ENTITY_MUT : PathLookup =
48- type_path ! ( bevy_ecs:: world:: entity_ref :: FilteredEntityMut ) ;
49- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_app/src/main_schedule.rs#L132 >
46+ type_path ! ( bevy_ecs:: world:: entity_access :: FilteredEntityMut ) ;
47+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_app/src/main_schedule.rs#L133 >
5048pub static FIXED_UPDATE : PathLookup = type_path ! ( bevy_app:: main_schedule:: FixedUpdate ) ;
51- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_ecs/src/message/mod.rs#L96>
49+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_ecs/src/message/mod.rs#L96>
5250pub static MESSAGE : PathLookup = type_path ! ( bevy_ecs:: message:: Message ) ;
53- /// <https://github .com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_ecs/src/message/messages.rs#L95>
51+ /// <https://githu .com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_ecs/src/message/messages.rs#L95>
5452pub static MESSAGES : PathLookup = type_path ! ( bevy_ecs:: message:: Messages ) ;
55- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_ecs/src/change_detection.rs#L1035 >
56- pub static MUT_UNTYPED : PathLookup = type_path ! ( bevy_ecs:: change_detection:: MutUntyped ) ;
57- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_ecs/src/change_detection.rs#L935 >
58- pub static MUT : PathLookup = type_path ! ( bevy_ecs:: change_detection:: Mut ) ;
59- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_ecs/src/change_detection.rs#L773 >
60- pub static NON_SEND_MUT : PathLookup = type_path ! ( bevy_ecs:: change_detection:: NonSendMut ) ;
61- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_reflect/src/reflect.rs#L99>
53+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_ecs/src/change_detection/params .rs#L513 >
54+ pub static MUT_UNTYPED : PathLookup = type_path ! ( bevy_ecs:: change_detection:: params :: MutUntyped ) ;
55+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_ecs/src/change_detection/params .rs#L415 >
56+ pub static MUT : PathLookup = type_path ! ( bevy_ecs:: change_detection:: params :: Mut ) ;
57+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_ecs/src/change_detection/params .rs#L257 >
58+ pub static NON_SEND_MUT : PathLookup = type_path ! ( bevy_ecs:: change_detection:: params :: NonSendMut ) ;
59+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_reflect/src/reflect.rs#L99>
6260pub static PARTIAL_REFLECT : PathLookup = type_path ! ( bevy_reflect:: reflect:: PartialReflect ) ;
63- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_app/src/plugin.rs#L57>
61+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_app/src/plugin.rs#L57>
6462pub static PLUGIN : PathLookup = type_path ! ( bevy_app:: plugin:: Plugin ) ;
65- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_ptr/src/lib.rs#L303 >
63+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_ptr/src/lib.rs#L307 >
6664pub static PTR_MUT : PathLookup = type_path ! ( bevy_ptr:: PtrMut ) ;
67- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_ecs/src/system/query.rs#L485>
65+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_ecs/src/system/query.rs#L485>
6866pub static QUERY : PathLookup = type_path ! ( bevy_ecs:: system:: query:: Query ) ;
69- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_reflect/src/reflect.rs#L415>
67+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_reflect/src/reflect.rs#L415>
7068pub static REFLECT : PathLookup = type_path ! ( bevy_reflect:: reflect:: Reflect ) ;
71- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_ecs/src/relationship/related_methods.rs#L565>
69+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_ecs/src/relationship/related_methods.rs#L565>
7270pub static RELATED_SPAWNER : PathLookup =
7371 type_path ! ( bevy_ecs:: relationship:: related_methods:: RelatedSpawner ) ;
74- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_ecs/src/relationship/related_methods.rs#L611>
72+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_ecs/src/relationship/related_methods.rs#L611>
7573pub static RELATED_SPAWNER_COMMANDS : PathLookup =
7674 type_path ! ( bevy_ecs:: relationship:: related_methods:: RelatedSpawnerCommands ) ;
77- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_ecs/src/change_detection.rs#L714 >
78- pub static RES_MUT : PathLookup = type_path ! ( bevy_ecs:: change_detection:: ResMut ) ;
79- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_ecs/src/resource.rs#L75>
75+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_ecs/src/change_detection/params .rs#L172 >
76+ pub static RES_MUT : PathLookup = type_path ! ( bevy_ecs:: change_detection:: params :: ResMut ) ;
77+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_ecs/src/resource.rs#L75>
8078pub static RESOURCE : PathLookup = type_path ! ( bevy_ecs:: resource:: Resource ) ;
81- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_ecs/src/schedule/set.rs#L154>
79+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_ecs/src/schedule/set.rs#L154>
8280pub static SYSTEM_SET : PathLookup = type_path ! ( bevy_ecs:: schedule:: set:: SystemSet ) ;
83- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_app/src/main_schedule.rs#L172 >
81+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_app/src/main_schedule.rs#L173 >
8482pub static UPDATE : PathLookup = type_path ! ( bevy_app:: main_schedule:: Update ) ;
85- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_ecs/src/query/filter.rs#L141 >
83+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_ecs/src/query/filter.rs#L142 >
8684pub static WITH : PathLookup = type_path ! ( bevy_ecs:: query:: filter:: With ) ;
87- /// <https://github.com/bevyengine/bevy/blob/v0.17.2 /crates/bevy_ecs/src/world/mod.rs#L90 >
85+ /// <https://github.com/bevyengine/bevy/blob/v0.18.0-rc.1 /crates/bevy_ecs/src/world/mod.rs#L92 >
8886pub static WORLD : PathLookup = type_path ! ( bevy_ecs:: world:: World ) ;
0 commit comments