Skip to content

Commit

Permalink
Remove deprecated collections crate.
Browse files Browse the repository at this point in the history
This reverts commit 6484258.
  • Loading branch information
leoyvens committed Oct 22, 2017
1 parent 942f31f commit 19aa23b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 96 deletions.
9 changes: 0 additions & 9 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/bootstrap/dist.rs
Expand Up @@ -738,7 +738,6 @@ impl Step for Src {
"src/liballoc_jemalloc",
"src/liballoc_system",
"src/libbacktrace",
"src/libcollections",
"src/libcompiler_builtins",
"src/libcore",
"src/liblibc",
Expand Down
5 changes: 0 additions & 5 deletions src/doc/unstable-book/src/library-features/collections.md

This file was deleted.

12 changes: 0 additions & 12 deletions src/libcollections/Cargo.toml

This file was deleted.

68 changes: 0 additions & 68 deletions src/libcollections/lib.rs

This file was deleted.

1 change: 0 additions & 1 deletion src/libstd/Cargo.toml
Expand Up @@ -15,7 +15,6 @@ alloc_jemalloc = { path = "../liballoc_jemalloc", optional = true }
alloc_system = { path = "../liballoc_system" }
panic_unwind = { path = "../libpanic_unwind", optional = true }
panic_abort = { path = "../libpanic_abort" }
collections = { path = "../libcollections" }
core = { path = "../libcore" }
libc = { path = "../rustc/libc_shim" }
rand = { path = "../librand" }
Expand Down

0 comments on commit 19aa23b

Please sign in to comment.