thread_isolated 0.1.0

Isolating values allowing access via closures run on an owning thread
Build #11804 2016-08-08T18:30:45.433339+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 thread_isolated v0.1.0
Documenting thread_isolated v0.1.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/thread_isolated-0.1.0/src/lib.rs --crate-name thread_isolated -o /home/cratesfyi/thread_isolated-0.1.0/doc -L dependency=/home/cratesfyi/thread_isolated-0.1.0/debug -L dependency=/home/cratesfyi/thread_isolated-0.1.0/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/thread_isolated-0.1.0/src/lib.rs:115:31: 115:40 error: no method named `downgrade` found for type `std::sync::Arc<Inner<T>>` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/thread_isolated-0.1.0/src/lib.rs:115             inner: self.inner.downgrade(),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/thread_isolated-0.1.0/src/lib.rs:115:31: 115:40 note: found the following associated functions; to be used as methods, functions must have a `self` parameter 
.cargo/registry/src/github.com-1ecc6299db9ec823/thread_isolated-0.1.0/src/lib.rs:115:31: 115:40 note: candidate #1 is defined in an impl for the type `std::sync::Arc<_>` 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `thread_isolated v0.1.0`, intermediate artifacts can be found at `/home/cratesfyi/thread_isolated-0.1.0`,
cause: ChainedError {
error: Could not document `thread_isolated`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/thread_isolated-0.1.0/src/lib.rs --crate-name thread_isolated -o /home/cratesfyi/thread_isolated-0.1.0/doc -L dependency=/home/cratesfyi/thread_isolated-0.1.0/debug -L dependency=/home/cratesfyi/thread_isolated-0.1.0/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.