Skip to content

Commit 33267e2

Browse files
authored
Update phantom.md
I'm not sure what that meant to be initially, but this looks more useful now.
1 parent 054259e commit 33267e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/generics/phantom.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ fn main() {
5555

5656
### See also:
5757

58-
[Derive], [struct], and [TupleStructs]
58+
[Derive], [struct], and [tuple](../primitives/tuples.html).
5959

6060
[Derive]: ../trait/derive.md
6161
[struct]: ../custom_types/structs.md
62-
[TupleStructs]: ../custom_types/structs.md
6362
[std::marker::PhantomData]: https://doc.rust-lang.org/std/marker/struct.PhantomData.html

0 commit comments

Comments
 (0)