about summary refs log tree commit diff
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2017-06-15 00:19:42 +0200
committerest31 <MTest31@outlook.com>2017-06-15 01:02:52 +0200
commit130b67c2965b9c1939af15eca0caf2035a1f5e58 (patch)
treeb2b71086415ff4db8dfda0e143ef4336eb2bc0db
parente69f9088a3065f304446c603dc6f56c6fa98c61a (diff)
downloadrust-130b67c2965b9c1939af15eca0caf2035a1f5e58.tar.gz
rust-130b67c2965b9c1939af15eca0caf2035a1f5e58.zip
Remove some more stubs
-rw-r--r--src/doc/unstable-book/src/language-features/abi-unadjusted.md6
-rw-r--r--src/doc/unstable-book/src/language-features/abi-vectorcall.md7
-rw-r--r--src/doc/unstable-book/src/language-features/allow-internal-unstable.md6
-rw-r--r--src/doc/unstable-book/src/language-features/omit-gdb-pretty-printer-section.md6
-rw-r--r--src/doc/unstable-book/src/language-features/prelude-import.md6
-rw-r--r--src/doc/unstable-book/src/language-features/rustc-diagnostic-macros.md6
-rw-r--r--src/doc/unstable-book/src/language-features/sanitizer-runtime.md6
-rw-r--r--src/doc/unstable-book/src/language-features/staged-api.md6
-rw-r--r--src/doc/unstable-book/src/language-features/target-feature.md6
-rw-r--r--src/doc/unstable-book/src/language-features/unwind-attributes.md6
-rw-r--r--src/doc/unstable-book/src/library-features/ascii-ctype.md5
-rw-r--r--src/doc/unstable-book/src/library-features/manually-drop.md0
-rw-r--r--src/doc/unstable-book/src/library-features/mpsc-select.md5
-rw-r--r--src/doc/unstable-book/src/library-features/ord-max-min.md7
14 files changed, 0 insertions, 78 deletions
diff --git a/src/doc/unstable-book/src/language-features/abi-unadjusted.md b/src/doc/unstable-book/src/language-features/abi-unadjusted.md
deleted file mode 100644
index 2e3113abdbf..00000000000
--- a/src/doc/unstable-book/src/language-features/abi-unadjusted.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# `abi_unadjusted`
-
-The tracking issue for this feature is: none.
-
-------------------------
-
diff --git a/src/doc/unstable-book/src/language-features/abi-vectorcall.md b/src/doc/unstable-book/src/language-features/abi-vectorcall.md
deleted file mode 100644
index 3e36b1569fd..00000000000
--- a/src/doc/unstable-book/src/language-features/abi-vectorcall.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# `abi_vectorcall`
-
-The tracking issue for this feature is: none.
-
-------------------------
-
-
diff --git a/src/doc/unstable-book/src/language-features/allow-internal-unstable.md b/src/doc/unstable-book/src/language-features/allow-internal-unstable.md
deleted file mode 100644
index 74709ad5aeb..00000000000
--- a/src/doc/unstable-book/src/language-features/allow-internal-unstable.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# `allow_internal_unstable`
-
-The tracking issue for this feature is: None.
-
-------------------------
-
diff --git a/src/doc/unstable-book/src/language-features/omit-gdb-pretty-printer-section.md b/src/doc/unstable-book/src/language-features/omit-gdb-pretty-printer-section.md
deleted file mode 100644
index d8ac520fcb5..00000000000
--- a/src/doc/unstable-book/src/language-features/omit-gdb-pretty-printer-section.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# `omit_gdb_pretty_printer_section`
-
-The tracking issue for this feature is: None.
-
-------------------------
-
diff --git a/src/doc/unstable-book/src/language-features/prelude-import.md b/src/doc/unstable-book/src/language-features/prelude-import.md
deleted file mode 100644
index 75dae5cfb74..00000000000
--- a/src/doc/unstable-book/src/language-features/prelude-import.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# `prelude_import`
-
-The tracking issue for this feature is: None.
-
-------------------------
-
diff --git a/src/doc/unstable-book/src/language-features/rustc-diagnostic-macros.md b/src/doc/unstable-book/src/language-features/rustc-diagnostic-macros.md
deleted file mode 100644
index 0df6ca12089..00000000000
--- a/src/doc/unstable-book/src/language-features/rustc-diagnostic-macros.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# `rustc_diagnostic_macros`
-
-The tracking issue for this feature is: None.
-
-------------------------
-
diff --git a/src/doc/unstable-book/src/language-features/sanitizer-runtime.md b/src/doc/unstable-book/src/language-features/sanitizer-runtime.md
deleted file mode 100644
index f19504de58e..00000000000
--- a/src/doc/unstable-book/src/language-features/sanitizer-runtime.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# `sanitizer_runtime`
-
-The tracking issue for this feature is: None.
-
-------------------------
-
diff --git a/src/doc/unstable-book/src/language-features/staged-api.md b/src/doc/unstable-book/src/language-features/staged-api.md
deleted file mode 100644
index 1409e570e88..00000000000
--- a/src/doc/unstable-book/src/language-features/staged-api.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# `staged_api`
-
-The tracking issue for this feature is: None.
-
-------------------------
-
diff --git a/src/doc/unstable-book/src/language-features/target-feature.md b/src/doc/unstable-book/src/language-features/target-feature.md
deleted file mode 100644
index 85ab1ab39ef..00000000000
--- a/src/doc/unstable-book/src/language-features/target-feature.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# `target_feature`
-
-The tracking issue for this feature is: None.
-
-------------------------
-
diff --git a/src/doc/unstable-book/src/language-features/unwind-attributes.md b/src/doc/unstable-book/src/language-features/unwind-attributes.md
deleted file mode 100644
index 0167a33b081..00000000000
--- a/src/doc/unstable-book/src/language-features/unwind-attributes.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# `unwind_attributes`
-
-The tracking issue for this feature is: None.
-
-------------------------
-
diff --git a/src/doc/unstable-book/src/library-features/ascii-ctype.md b/src/doc/unstable-book/src/library-features/ascii-ctype.md
deleted file mode 100644
index e253b4dcd9b..00000000000
--- a/src/doc/unstable-book/src/library-features/ascii-ctype.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# `ascii_ctype`
-
-The tracking issue for this feature is: [#39658]
-
-[#39658]: https://github.com/rust-lang/rust/issues/39658
diff --git a/src/doc/unstable-book/src/library-features/manually-drop.md b/src/doc/unstable-book/src/library-features/manually-drop.md
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/src/doc/unstable-book/src/library-features/manually-drop.md
+++ /dev/null
diff --git a/src/doc/unstable-book/src/library-features/mpsc-select.md b/src/doc/unstable-book/src/library-features/mpsc-select.md
deleted file mode 100644
index 1405b6c5cb2..00000000000
--- a/src/doc/unstable-book/src/library-features/mpsc-select.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# `mpsc_select`
-
-The tracking issue for this feature is: [#27800]
-
-[#27800]: https://github.com/rust-lang/rust/issues/27800
diff --git a/src/doc/unstable-book/src/library-features/ord-max-min.md b/src/doc/unstable-book/src/library-features/ord-max-min.md
deleted file mode 100644
index 564cd1ac30b..00000000000
--- a/src/doc/unstable-book/src/library-features/ord-max-min.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# `ord-max-min`
-
-The tracking issue for this feature is: [#25663]
-
-[#25663]: https://github.com/rust-lang/rust/issues/25663
-
-------------------------