diff --git a/src/doc/trpl/enums.md b/src/doc/trpl/enums.md index cbb74d97c3555..504bd099171ba 100644 --- a/src/doc/trpl/enums.md +++ b/src/doc/trpl/enums.md @@ -143,7 +143,5 @@ matching, a tool that will let us deconstruct sum types (the type theory term for enums) like `Ordering` in a very elegant way that avoids all these messy and brittle `if`/`else`s. - -[arity]: ./glossary.html#arity [match]: ./match.html [generics]: ./generics.html