Skip to content

Commit db79ce0

Browse files
committed
rollup merge of #24368: kgv/fix
Remove arity link from enums.md r? @steveklabnik
2 parents 83d79c6 + c3c83bf commit db79ce0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/doc/trpl/enums.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,5 @@ matching, a tool that will let us deconstruct sum types (the type theory term
143143
for enums) like `Ordering` in a very elegant way that avoids all these messy
144144
and brittle `if`/`else`s.
145145

146-
147-
[arity]: ./glossary.html#arity
148146
[match]: ./match.html
149147
[generics]: ./generics.html

0 commit comments

Comments
 (0)