two-sided-vec 0.1.5

Double ended vectors for rust, which can grow in both the front and back
Build #107711 2018-07-05T18:31:44.819462+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading two-sided-vec v0.1.5
Documenting two-sided-vec v0.1.5
Running `rustdoc --crate-name two_sided_vec .cargo/registry/src/github.com-1ecc6299db9ec823/two-sided-vec-0.1.5/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error[E0432]: unresolved import `std::alloc::handle_alloc_error`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/two-sided-vec-0.1.5/src/raw.rs:6:18
|
6 | use std::alloc::{handle_alloc_error, Alloc, Global, Layout};
|                  ^^^^^^^^^^^^^^^^^^ no `handle_alloc_error` in `alloc`

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `two-sided-vec`.,
cause: process didn't exit successfully: `rustdoc --crate-name two_sided_vec .cargo/registry/src/github.com-1ecc6299db9ec823/two-sided-vec-0.1.5/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.