about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkgv <mail@kgv.name>2015-04-13 12:11:37 +0300
committerkgv <mail@kgv.name>2015-04-13 12:11:37 +0300
commitc3c83bfda486c430514a3a008423f2c536c4bcc9 (patch)
treebec25afd3d2bacad7fc6a51406e18124b85b4023
parent49798c597f810fbce14959bdbcdae0b635a5bde9 (diff)
downloadrust-c3c83bfda486c430514a3a008423f2c536c4bcc9.tar.gz
rust-c3c83bfda486c430514a3a008423f2c536c4bcc9.zip
Arity link has moved to primitive-types.md.
-rw-r--r--src/doc/trpl/enums.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/doc/trpl/enums.md b/src/doc/trpl/enums.md
index cbb74d97c35..504bd099171 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