From ee2575794e91b9457a74a95daf1dcc707058cd58 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 12 Oct 2025 23:01:54 +0300 Subject: upgrade deps and clean up lots of doc comments --- azalea-physics/src/collision/entity_collisions.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea-physics/src/collision') diff --git a/azalea-physics/src/collision/entity_collisions.rs b/azalea-physics/src/collision/entity_collisions.rs index af2db1f0..de70b2b9 100644 --- a/azalea-physics/src/collision/entity_collisions.rs +++ b/azalea-physics/src/collision/entity_collisions.rs @@ -14,8 +14,8 @@ use tracing::error; use super::VoxelShape; -/// This query matches on entities that we can collide with. That is, boats and -/// shulkers. +/// This query matches on entities that we can collide with (boats and +/// shulkers). /// /// If you want to use this in a more complex query, use /// [`CollidableEntityFilter`] as a filter instead. -- cgit v1.2.3