Skip to content

Commit 19aa23b

Browse files
committed
Remove deprecated collections crate.
This reverts commit 6484258.
1 parent 942f31f commit 19aa23b

File tree

6 files changed

+0
-96
lines changed

6 files changed

+0
-96
lines changed

src/Cargo.lock

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/bootstrap/dist.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,6 @@ impl Step for Src {
738738
"src/liballoc_jemalloc",
739739
"src/liballoc_system",
740740
"src/libbacktrace",
741-
"src/libcollections",
742741
"src/libcompiler_builtins",
743742
"src/libcore",
744743
"src/liblibc",

src/doc/unstable-book/src/library-features/collections.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/libcollections/Cargo.toml

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/libcollections/lib.rs

Lines changed: 0 additions & 68 deletions
This file was deleted.

src/libstd/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ alloc_jemalloc = { path = "../liballoc_jemalloc", optional = true }
1515
alloc_system = { path = "../liballoc_system" }
1616
panic_unwind = { path = "../libpanic_unwind", optional = true }
1717
panic_abort = { path = "../libpanic_abort" }
18-
collections = { path = "../libcollections" }
1918
core = { path = "../libcore" }
2019
libc = { path = "../rustc/libc_shim" }
2120
rand = { path = "../librand" }

0 commit comments

Comments
 (0)