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.14.0-nightly (3210fd5c2 2016-10-05)
# docs.rs version cratesfyi 0.2.0 (fb1be72 2016-08-29)
# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading pascal_string v0.4.0 Compiling ascii v0.7.1 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/ascii-0.7.1/src/lib.rs --crate-name ascii --crate-type lib -g -C metadata=392bc7c070ae5a10 -C extra-filename=-392bc7c070ae5a10 --out-dir /home/cratesfyi/pascal_string-0.4.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/pascal_string-0.4.0/debug/deps -L dependency=/home/cratesfyi/pascal_string-0.4.0/debug/deps --cap-lints allow` Documenting pascal_string v0.4.0 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/pascal_string-0.4.0/src/lib.rs --crate-name pascal_string -o /home/cratesfyi/pascal_string-0.4.0/doc -L dependency=/home/cratesfyi/pascal_string-0.4.0/debug -L dependency=/home/cratesfyi/pascal_string-0.4.0/debug/deps --extern ascii=/home/cratesfyi/pascal_string-0.4.0/debug/deps/libascii-392bc7c070ae5a10.rlib` error[E0277]: the trait bound `[ascii::AsciiChar; 255]: std::cmp::Eq` is not satisfied --> .cargo/registry/src/github.com-1ecc6299db9ec823/pascal_string-0.4.0/src/pascal_string.rs:23:5 | 23 | chars: [AsciiChar; PASCAL_STRING_BUF_SIZE] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait `[ascii::AsciiChar; 255]: std::cmp::Eq` not satisfied | = help: the following implementations were found: = help: <[T] as std::cmp::Eq> = help: <[T; 0] as std::cmp::Eq> = help: <[T; 1] as std::cmp::Eq> = help: <[T; 2] as std::cmp::Eq> = help: and 30 others = note: required by `std::cmp::AssertParamIsEq` error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: failed to compile `pascal_string v0.4.0`, intermediate artifacts can be found at `/home/cratesfyi/pascal_string-0.4.0`, cause: ChainedError { error: Could not document `pascal_string`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/pascal_string-0.4.0/src/lib.rs --crate-name pascal_string -o /home/cratesfyi/pascal_string-0.4.0/doc -L dependency=/home/cratesfyi/pascal_string-0.4.0/debug -L dependency=/home/cratesfyi/pascal_string-0.4.0/debug/deps --extern ascii=/home/cratesfyi/pascal_string-0.4.0/debug/deps/libascii-392bc7c070ae5a10.rlib` (exit code: 101) } }', src/bin/cratesfyi.rs:132 note: Run with `RUST_BACKTRACE=1` for a backtrace.