pulse 0.1.0

A library for async wake signals
Build #10527 2016-08-07T07:33:09.378630+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 pulse v0.1.0
Updating git repository `https://github.com/csherratt/atom.git`
Compiling atom v0.3.4 (https://github.com/csherratt/atom.git#c33841aa)
Running `rustc .cargo/git/checkouts/atom-80e80284f6494e0b/master/src/lib.rs --crate-name atom --crate-type lib -g -C metadata=7a675a9f488397dd -C extra-filename=-7a675a9f488397dd --out-dir /home/cratesfyi/pulse-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/pulse-0.1.0/debug/deps -L dependency=/home/cratesfyi/pulse-0.1.0/debug/deps --cap-lints allow`
Documenting pulse v0.1.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/pulse-0.1.0/src/lib.rs --crate-name pulse -o /home/cratesfyi/pulse-0.1.0/doc -L dependency=/home/cratesfyi/pulse-0.1.0/debug -L dependency=/home/cratesfyi/pulse-0.1.0/debug/deps --extern atom=/home/cratesfyi/pulse-0.1.0/debug/deps/libatom-7a675a9f488397dd.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/pulse-0.1.0/src/lib.rs:39:14: 39:41 error: wrong number of type arguments: expected 1, found 2 [E0244]
.cargo/registry/src/github.com-1ecc6299db9ec823/pulse-0.1.0/src/lib.rs:39     waiting: Atom<Waiting, Box<Waiting>>
^~~~~~~~~~~~~~~~~~~~~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `pulse v0.1.0`, intermediate artifacts can be found at `/home/cratesfyi/pulse-0.1.0`,
cause: ChainedError {
error: Could not document `pulse`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/pulse-0.1.0/src/lib.rs --crate-name pulse -o /home/cratesfyi/pulse-0.1.0/doc -L dependency=/home/cratesfyi/pulse-0.1.0/debug -L dependency=/home/cratesfyi/pulse-0.1.0/debug/deps --extern atom=/home/cratesfyi/pulse-0.1.0/debug/deps/libatom-7a675a9f488397dd.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.