about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorleonardo.yvens <leoyvens@gmail.com>2017-10-22 10:07:47 -0200
committerleonardo.yvens <leoyvens@gmail.com>2017-10-22 14:55:02 -0200
commit19aa23b6d332e693786fa51dbca87828bb884314 (patch)
treed689cc4e5e1cadf0d52683a6d05e75b22a626576 /src/doc
parent942f31f5eacfc8cbd40c20bbcabc9d37add37410 (diff)
downloadrust-19aa23b6d332e693786fa51dbca87828bb884314.tar.gz
rust-19aa23b6d332e693786fa51dbca87828bb884314.zip
Remove deprecated `collections` crate.
This reverts commit 6484258f1749499d3e51685df867b3d460a7f0be.
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/unstable-book/src/library-features/collections.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/doc/unstable-book/src/library-features/collections.md b/src/doc/unstable-book/src/library-features/collections.md
deleted file mode 100644
index 5c937833c9e..00000000000
--- a/src/doc/unstable-book/src/library-features/collections.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# `collections`
-
-This feature is internal to the Rust compiler and is not intended for general use.
-
-------------------------