about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2017-03-31 11:43:36 -0400
committerGitHub <noreply@github.com>2017-03-31 11:43:36 -0400
commit4af41b4789849159559744ab6f204644909613dc (patch)
treecc0eb1448b4fbddc72d84c06c15f7fb32c0d06ab /src
parentfe34818606f4fd516b71bd04d7b31d54838e3c28 (diff)
parent8804a4a6d91309ffb33dc62a430d4749a803348a (diff)
Rollup merge of #40925 - DaseinPhaos:patch-5, r=steveklabnik
Add missing link in unstable-book

add link to specialization's tracking issue
Diffstat (limited to 'src')
-rw-r--r--src/doc/unstable-book/src/specialization.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/unstable-book/src/specialization.md b/src/doc/unstable-book/src/specialization.md
index 59f27343b66..efc380df6e1 100644
--- a/src/doc/unstable-book/src/specialization.md
+++ b/src/doc/unstable-book/src/specialization.md
@@ -2,6 +2,8 @@
 
 The tracking issue for this feature is: [#31844]
 
+[#31844]: https://github.com/rust-lang/rust/issues/31844
+
 ------------------------