petgraph 0.0.3

Graph data structure.
Build #11422 2016-08-08T10:07:34.436556+00:00
# 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 petgraph v0.0.3
Documenting petgraph v0.0.3
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.3/src/lib.rs --crate-name petgraph -o /home/cratesfyi/petgraph-0.0.3/doc -L dependency=/home/cratesfyi/petgraph-0.0.3/debug -L dependency=/home/cratesfyi/petgraph-0.0.3/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.3/src/unionfind.rs:153:53: 153:54 error: expected expression, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.3/src/unionfind.rs:153                 let k = *get_unchecked(&self.parent[], ix);
^
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.3/src/unionfind.rs:153:53: 153:54 error: expected one of `.`, `;`, `<`, `?`, `break`, `continue`, `false`, `for`, `if`, `loop`, `match`, `move`, `return`, `true`, `unsafe`, `while`, or an operator, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.3/src/unionfind.rs:153                 let k = *get_unchecked(&self.parent[], ix);
^
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.3/src/unionfind.rs:158:9: 158:13 error: expected one of `const`, `default`, `extern`, `fn`, `pub`, `type`, `unsafe`, or `}`, found `self` 
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.3/src/unionfind.rs:158         self.parent
^~~~
thread 'main' panicked at 'ChainedError {
error: failed to compile `petgraph v0.0.3`, intermediate artifacts can be found at `/home/cratesfyi/petgraph-0.0.3`,
cause: ChainedError {
error: Could not document `petgraph`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.3/src/lib.rs --crate-name petgraph -o /home/cratesfyi/petgraph-0.0.3/doc -L dependency=/home/cratesfyi/petgraph-0.0.3/debug -L dependency=/home/cratesfyi/petgraph-0.0.3/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.