Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version rustc 1.35.0-nightly (0f88167f8 2019-03-18)
# docs.rs version cratesfyi 0.6.0 (67b2b94 2019-03-26)
# build log Updating crates.io index Downloading crates ... Downloaded allocators v0.1.9 Documenting allocators v0.1.9 Running `rustdoc --crate-name allocators /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190318-1.35.0-nightly-0f88167f8 --static-root-path / --disable-per-crate-search -L dependency=/home/cratesfyi/cratesfyi/debug/deps` error[E0432]: unresolved import `alloc::heap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/lib.rs:57:5 | 57 | use alloc::heap; | ^^^^^^^^^^^ no `heap` in the root error[E0432]: unresolved imports `std::ops::InPlace`, `std::ops::Placer` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/boxed.rs:5:48 | 5 | use std::ops::{CoerceUnsized, Deref, DerefMut, InPlace, Placer}; | ^^^^^^^ ^^^^^^ no `Placer` in `ops` | | | no `InPlace` in `ops` error[E0432]: unresolved import `std::ops::Place` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/boxed.rs:6:5 | 6 | use std::ops::Place as StdPlace; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Place` in `ops` error: Compilation failed, aborting rustdoc error: aborting due to 4 previous errors For more information about this error, try `rustc --explain E0432`. thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --crate-name allocators /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190318-1.35.0-nightly-0f88167f8 --static-root-path / --disable-per-crate-search -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None } Could not document `allocators`.', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.