We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315732a commit ba3f16aCopy full SHA for ba3f16a
crates/bevy_ecs/src/query/fetch.rs
@@ -355,7 +355,7 @@ pub trait WorldQueryGats<'world> {
355
/// Every type that implements [`WorldQuery`] have their associated [`WorldQuery::Fetch`](WorldQueryGats::Fetch) and
356
/// [`WorldQuery::State`] types that are essential for fetching component data.
357
///
358
-/// Safety
+/// # Safety
359
360
/// Implementor must ensure that [`Fetch::update_component_access`] and
361
/// [`Fetch::update_archetype_component_access`] exactly reflects the results of
0 commit comments