Skip to content

Commit 6559e0d

Browse files
authored
Merge pull request #1909 from skaunov/patch-1
link the _tuple_ page instead "TupleStruct"
2 parents b656f3c + 33267e2 commit 6559e0d

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)