about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/doc/book/enums.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc/book/enums.md b/src/doc/book/enums.md
index e17d3f762b9..5e05b4ebbdf 100644
--- a/src/doc/book/enums.md
+++ b/src/doc/book/enums.md
@@ -62,7 +62,6 @@ learn in the next section. We don’t know enough about Rust to implement
 equality yet, but we’ll find out in the [`traits`][traits] section.
 
 [match]: match.html
-[if-let]: if-let.html
 [traits]: traits.html
 
 # Constructors as functions