diff options
| author | Mark Simulacrum <mark.simulacrum@gmail.com> | 2017-06-18 10:34:10 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-18 10:34:10 -0600 |
| commit | c982529327010c92e08b22703d7930f505cfb90a (patch) | |
| tree | a32e5b1ea286f39a065b371535d6cf9ed6bb04bd /src/libstd | |
| parent | 9b4c4d001f0b9f3c9f4b1660c603d33b78a4425f (diff) | |
| parent | 6484258f1749499d3e51685df867b3d460a7f0be (diff) | |
| download | rust-c982529327010c92e08b22703d7930f505cfb90a.tar.gz rust-c982529327010c92e08b22703d7930f505cfb90a.zip | |
Rollup merge of #42720 - murarth:deprecated-collections, r=alexcrichton
Reintroduce deprecated `collections` crate
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml index f93af4c1920..b516cbd08ca 100644 --- a/src/libstd/Cargo.toml +++ b/src/libstd/Cargo.toml @@ -15,6 +15,7 @@ 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" } |
