From 30843f74e14cbfe1350154d77a1ac95f001ccfd3 Mon Sep 17 00:00:00 2001 From: Tei Roberts Date: Sun, 15 Oct 2023 15:36:12 +0200 Subject: [PATCH] fix: broken link --- src/relation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/relation.rs b/src/relation.rs index c22f942..b27363c 100644 --- a/src/relation.rs +++ b/src/relation.rs @@ -201,7 +201,7 @@ where } } -/// See: [crate::RelationIter] +/// See: [RelationIter] pub struct RelationIterMut<'a, T> { entities: &'a [Entity], cells: Range<'a, ComponentKey, Cell>,