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.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)
# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading allocators v0.1.9 Documenting allocators v0.1.9 Running `rustdoc --crate-name allocators .cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` error: type `std::ptr::Unique<u8>` cannot be dereferenced --> .cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/lib.rs:204:9 | 204 | *self.ptr | ^^^^^^^^^ error: type `std::ptr::Unique<T>` cannot be dereferenced --> .cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/boxed.rs:21:45 | 21 | let val = unsafe { ::std::ptr::read(*self.item) }; | ^^^^^^^^^^ error: type `std::ptr::Unique<T>` cannot be dereferenced --> .cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/boxed.rs:22:32 | 22 | let block = Block::new(*self.item as *mut u8, self.size, self.align); | ^^^^^^^^^^ error: type `std::ptr::Unique<T>` cannot be dereferenced --> .cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/boxed.rs:30:20 | 30 | Block::new(*self.item as *mut u8, self.size, self.align) | ^^^^^^^^^^ error[E0599]: no method named `get` found for type `std::ptr::Unique<T>` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/boxed.rs:38:28 | 38 | unsafe { self.item.get() } | ^^^ error[E0599]: no method named `get_mut` found for type `std::ptr::Unique<T>` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/boxed.rs:44:28 | 44 | unsafe { self.item.get_mut() } | ^^^^^^^ error: type `std::ptr::Unique<std::any::Any + 'static>` cannot be dereferenced --> .cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/boxed.rs:56:85 | 56 | let obj: TraitObject = unsafe { mem::transmute::<*mut Any, TraitObject>(*self.item) }; | ^^^^^^^^^^ error: type `std::ptr::Unique<T>` cannot be dereferenced --> .cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/boxed.rs:88:27 | 88 | drop_in_place(*self.item); | ^^^^^^^^^^ error: type `std::ptr::Unique<T>` cannot be dereferenced --> .cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/boxed.rs:89:54 | 89 | self.allocator.deallocate_raw(Block::new(*self.item as *mut u8, self.size, self.align)); | ^^^^^^^^^^ error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: Could not document `allocators`., cause: process didn't exit successfully: `rustdoc --crate-name allocators .cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101) }', src/bin/cratesfyi.rs:136 note: Run with `RUST_BACKTRACE=1` for a backtrace.