about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authortinaun <tinagma@gmail.com>2017-10-13 02:00:45 -0400
committertinaun <tinagma@gmail.com>2017-10-13 02:09:22 -0400
commit46cd4103818c573ca0ca9cf450ae1a006dca27bf (patch)
treec94c1d5b501149de09f5a015885134352277b688 /src/doc
parent91eb6fe56d6df4a66f11bd3e79f08f74aacbd164 (diff)
downloadrust-46cd4103818c573ca0ca9cf450ae1a006dca27bf.tar.gz
rust-46cd4103818c573ca0ca9cf450ae1a006dca27bf.zip
remove duplicate stubs
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/unstable-book/src/library-features/proc-macro.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/doc/unstable-book/src/library-features/proc-macro.md b/src/doc/unstable-book/src/library-features/proc-macro.md
deleted file mode 100644
index 19e7f663c7a..00000000000
--- a/src/doc/unstable-book/src/library-features/proc-macro.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# `proc_macro`
-
-The tracking issue for this feature is: [#38356]
-
-[#38356]: https://github.com/rust-lang/rust/issues/38356
-
-------------------------