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.20.0-dev (64484707f 2017-07-10)
# docs.rs version cratesfyi 0.4.1 (003e49d 2017-06-08)
# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading linked_list_allocator v0.4.2 Fresh spin v0.4.5 Documenting linked_list_allocator v0.4.2 Running `rustdoc --crate-name linked_list_allocator .cargo/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.2/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern spin=/home/cratesfyi/cratesfyi/debug/deps/libspin-1433c0b45b26eec6.rlib --extern-version spin=spin,0.4.5` error[E0599]: no function or associated item named `new_unchecked` found for type `core::ptr::Unique<_>` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.2/src/hole.rs:41:28 | 41 | next: Some(Unique::new_unchecked(ptr)), | ^^^^^^^^^^^^^^^^^^^^^ error[E0599]: no function or associated item named `new_unchecked` found for type `core::ptr::Unique<_>` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.2/src/hole.rs:304:43 | 304 | hole.next = Some(unsafe { Unique::new_unchecked(ptr) }); | ^^^^^^^^^^^^^^^^^^^^^ error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: Could not document `linked_list_allocator`., cause: process didn't exit successfully: `rustdoc --crate-name linked_list_allocator .cargo/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.2/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern spin=/home/cratesfyi/cratesfyi/debug/deps/libspin-1433c0b45b26eec6.rlib --extern-version spin=spin,0.4.5` (exit code: 101) }', src/bin/cratesfyi.rs:142 note: Run with `RUST_BACKTRACE=1` for a backtrace.