From 33267e2f6e120d6a05935c04cb30e427fd1bf603 Mon Sep 17 00:00:00 2001 From: Sergey Kaunov Date: Fri, 17 Jan 2025 21:16:44 +0300 Subject: [PATCH] Update phantom.md I'm not sure what that meant to be initially, but this looks more useful now. --- src/generics/phantom.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/generics/phantom.md b/src/generics/phantom.md index 8743a3ed68..0f3ae24ed0 100644 --- a/src/generics/phantom.md +++ b/src/generics/phantom.md @@ -55,9 +55,8 @@ fn main() { ### See also: -[Derive], [struct], and [TupleStructs] +[Derive], [struct], and [tuple](../primitives/tuples.html). [Derive]: ../trait/derive.md [struct]: ../custom_types/structs.md -[TupleStructs]: ../custom_types/structs.md [std::marker::PhantomData]: https://doc.rust-lang.org/std/marker/struct.PhantomData.html