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 bits v0.0.4 Documenting bits v0.0.4 Running `rustdoc --crate-name bits /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bits-0.0.4/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[E0405]: cannot find trait `Int` in module `num` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bits-0.0.4/src/generic.rs:3:24 | 3 | pub trait BitOps: num::Int { | ^^^ not found in `num` error[E0405]: cannot find trait `Int` in module `num` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bits-0.0.4/src/generic.rs:254:14 | 254 | impl<T: num::Int> BitOps for T {} | ^^^ not found in `num` error: Compilation failed, aborting rustdoc error: aborting due to 3 previous errors For more information about this error, try `rustc --explain E0405`. thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --crate-name bits /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bits-0.0.4/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 `bits`.', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.