From c3c83bfda486c430514a3a008423f2c536c4bcc9 Mon Sep 17 00:00:00 2001 From: kgv Date: Mon, 13 Apr 2015 12:11:37 +0300 Subject: [PATCH] Arity link has moved to primitive-types.md. --- src/doc/trpl/enums.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/doc/trpl/enums.md b/src/doc/trpl/enums.md index cbb74d97c355..504bd099171b 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