rollup merge of #24368: kgv/fix

Remove arity link from enums.md

r? @steveklabnik
This commit is contained in:
Alex Crichton 2015-04-14 10:55:46 -07:00
commit db79ce0c9f

View File

@ -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