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.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading sufdb v0.1.7
Compiling suffix v0.4.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/suffix-0.4.0/src/lib.rs --crate-name suffix --crate-type lib -g -C metadata=47c3fbe4f3b698d1 -C extra-filename=-47c3fbe4f3b698d1 --out-dir /home/cratesfyi/sufdb-0.1.7/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/sufdb-0.1.7/debug/deps -L dependency=/home/cratesfyi/sufdb-0.1.7/debug/deps --cap-lints allow`
Documenting sufdb v0.1.7
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/sufdb-0.1.7/src/btree.rs --crate-name sufdb_tree -o /home/cratesfyi/sufdb-0.1.7/doc -L dependency=/home/cratesfyi/sufdb-0.1.7/debug -L dependency=/home/cratesfyi/sufdb-0.1.7/debug/deps --extern suffix=/home/cratesfyi/sufdb-0.1.7/debug/deps/libsuffix-47c3fbe4f3b698d1.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/sufdb-0.1.7/src/btree.rs:216:9: 221:10 error: the trait bound `std::borrow::Cow<'_, [u32]>: std::iter::Iterator` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/sufdb-0.1.7/src/btree.rs:216 for sufid in table {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/sufdb-0.1.7/src/btree.rs:216:9: 221:10 note: `std::borrow::Cow<'_, [u32]>` is not an iterator; maybe try calling `.iter()` or a similar method
.cargo/registry/src/github.com-1ecc6299db9ec823/sufdb-0.1.7/src/btree.rs:216:9: 221:10 note: required by `std::iter::IntoIterator::into_iter`
error: Compilation failed, aborting rustdoc
thread 'main' panicked at 'ChainedError {
error: failed to compile `sufdb v0.1.7`, intermediate artifacts can be found at `/home/cratesfyi/sufdb-0.1.7`,
cause: ChainedError {
error: Could not document `sufdb`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/sufdb-0.1.7/src/btree.rs --crate-name sufdb_tree -o /home/cratesfyi/sufdb-0.1.7/doc -L dependency=/home/cratesfyi/sufdb-0.1.7/debug -L dependency=/home/cratesfyi/sufdb-0.1.7/debug/deps --extern suffix=/home/cratesfyi/sufdb-0.1.7/debug/deps/libsuffix-47c3fbe4f3b698d1.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.