mucell 0.1.6

A cell with the ability to mutate the value through an immutable reference when safe
Build #4164 2016-08-02T17:47:49.997283+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 mucell v0.1.6
Documenting mucell v0.1.6
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/mucell-0.1.6/src/lib.rs --crate-name mucell -o /home/cratesfyi/mucell-0.1.6/doc -L dependency=/home/cratesfyi/mucell-0.1.6/debug -L dependency=/home/cratesfyi/mucell-0.1.6/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/mucell-0.1.6/src/lib.rs:154:39: 154:40 error: expected type, found `|` 
.cargo/registry/src/github.com-1ecc6299db9ec823/mucell-0.1.6/src/lib.rs:154     pub fn try_mutate(&self, mutator: |&mut T|) -> bool {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/mucell-0.1.6/src/lib.rs:154:39: 154:40 error: expected one of `&`, `(`, `)`, `*`, `<`, `[`, `_`, `extern`, `fn`, `for`, or `unsafe`, found `|` 
.cargo/registry/src/github.com-1ecc6299db9ec823/mucell-0.1.6/src/lib.rs:154     pub fn try_mutate(&self, mutator: |&mut T|) -> bool {
^
thread 'main' panicked at 'ChainedError {
error: failed to compile `mucell v0.1.6`, intermediate artifacts can be found at `/home/cratesfyi/mucell-0.1.6`,
cause: ChainedError {
error: Could not document `mucell`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/mucell-0.1.6/src/lib.rs --crate-name mucell -o /home/cratesfyi/mucell-0.1.6/doc -L dependency=/home/cratesfyi/mucell-0.1.6/debug -L dependency=/home/cratesfyi/mucell-0.1.6/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.