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