From 3c7823af68751feef130696e01414f737da7f1b0 Mon Sep 17 00:00:00 2001 From: Mark Simulacrum Date: Thu, 13 Jul 2017 05:50:42 -0600 Subject: [PATCH] Remove stabilized library features from book. --- src/doc/unstable-book/src/SUMMARY.md | 1 - src/doc/unstable-book/src/library-features/command-envs.md | 7 ------- .../src/library-features/osstring-shrink-to-fit.md | 7 ------- .../unstable-book/src/library-features/reverse-cmp-key.md | 7 ------- src/doc/unstable-book/src/library-features/thread-id.md | 7 ------- 5 files changed, 29 deletions(-) delete mode 100644 src/doc/unstable-book/src/library-features/command-envs.md delete mode 100644 src/doc/unstable-book/src/library-features/osstring-shrink-to-fit.md delete mode 100644 src/doc/unstable-book/src/library-features/reverse-cmp-key.md delete mode 100644 src/doc/unstable-book/src/library-features/thread-id.md diff --git a/src/doc/unstable-book/src/SUMMARY.md b/src/doc/unstable-book/src/SUMMARY.md index 2b3ef338fad58..da35294ab2660 100644 --- a/src/doc/unstable-book/src/SUMMARY.md +++ b/src/doc/unstable-book/src/SUMMARY.md @@ -109,7 +109,6 @@ - [collection_placement](library-features/collection-placement.md) - [collections_range](library-features/collections-range.md) - [collections](library-features/collections.md) - - [command_envs](library-features/command-envs.md) - [compiler_builtins_lib](library-features/compiler-builtins-lib.md) - [compiler_fences](library-features/compiler-fences.md) - [concat_idents_macro](library-features/concat-idents-macro.md) diff --git a/src/doc/unstable-book/src/library-features/command-envs.md b/src/doc/unstable-book/src/library-features/command-envs.md deleted file mode 100644 index 0ab89e278cdf7..0000000000000 --- a/src/doc/unstable-book/src/library-features/command-envs.md +++ /dev/null @@ -1,7 +0,0 @@ -# `command_envs` - -The tracking issue for this feature is: [#38526] - -[#38526]: https://github.com/rust-lang/rust/issues/38526 - ------------------------- diff --git a/src/doc/unstable-book/src/library-features/osstring-shrink-to-fit.md b/src/doc/unstable-book/src/library-features/osstring-shrink-to-fit.md deleted file mode 100644 index 21dc7d095c808..0000000000000 --- a/src/doc/unstable-book/src/library-features/osstring-shrink-to-fit.md +++ /dev/null @@ -1,7 +0,0 @@ -# `osstring_shrink_to_fit` - -The tracking issue for this feature is: [#40421] - -[#40421]: https://github.com/rust-lang/rust/issues/40421 - ------------------------- diff --git a/src/doc/unstable-book/src/library-features/reverse-cmp-key.md b/src/doc/unstable-book/src/library-features/reverse-cmp-key.md deleted file mode 100644 index a1a851d6ed632..0000000000000 --- a/src/doc/unstable-book/src/library-features/reverse-cmp-key.md +++ /dev/null @@ -1,7 +0,0 @@ -# `reverse_cmp_key` - -The tracking issue for this feature is: [#40893] - -[#40893]: https://github.com/rust-lang/rust/issues/40893 - ------------------------- diff --git a/src/doc/unstable-book/src/library-features/thread-id.md b/src/doc/unstable-book/src/library-features/thread-id.md deleted file mode 100644 index af3ea991025f7..0000000000000 --- a/src/doc/unstable-book/src/library-features/thread-id.md +++ /dev/null @@ -1,7 +0,0 @@ -# `thread_id` - -The tracking issue for this feature is: [#21507] - -[#21507]: https://github.com/rust-lang/rust/issues/21507 - -------------------------