eclectic 0.1.0

Experimental collection traits.
Build #1506 2016-07-31T14:03:27.801598+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 eclectic v0.1.0
Documenting eclectic v0.1.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/eclectic-0.1.0/src/lib.rs --crate-name eclectic -o /home/cratesfyi/eclectic-0.1.0/doc -L dependency=/home/cratesfyi/eclectic-0.1.0/debug -L dependency=/home/cratesfyi/eclectic-0.1.0/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/eclectic-0.1.0/src/lib.rs:65:1: 116:2 error: the associated type `<Self as BaseMap>::Key` may not live long enough [E0309]
.cargo/registry/src/github.com-1ecc6299db9ec823/eclectic-0.1.0/src/lib.rs:65 pub trait EntryMap<'a>: Map {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/eclectic-0.1.0/src/lib.rs:65:1: 116:2 help: consider adding an explicit lifetime bound `<Self as BaseMap>::Key: 'a`... 
.cargo/registry/src/github.com-1ecc6299db9ec823/eclectic-0.1.0/src/lib.rs:65:1: 116:2 note: ...so that the type `<Self as BaseMap>::Key` will meet its required lifetime bounds 
.cargo/registry/src/github.com-1ecc6299db9ec823/eclectic-0.1.0/src/lib.rs:65 pub trait EntryMap<'a>: Map {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/eclectic-0.1.0/src/lib.rs:65:1: 116:2 error: the associated type `<Self as BaseMap>::Value` may not live long enough [E0309]
.cargo/registry/src/github.com-1ecc6299db9ec823/eclectic-0.1.0/src/lib.rs:65 pub trait EntryMap<'a>: Map {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/eclectic-0.1.0/src/lib.rs:65:1: 116:2 help: consider adding an explicit lifetime bound `<Self as BaseMap>::Value: 'a`... 
.cargo/registry/src/github.com-1ecc6299db9ec823/eclectic-0.1.0/src/lib.rs:65:1: 116:2 note: ...so that the type `<Self as BaseMap>::Value` will meet its required lifetime bounds 
.cargo/registry/src/github.com-1ecc6299db9ec823/eclectic-0.1.0/src/lib.rs:65 pub trait EntryMap<'a>: Map {
^
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `eclectic v0.1.0`, intermediate artifacts can be found at `/home/cratesfyi/eclectic-0.1.0`,
cause: ChainedError {
error: Could not document `eclectic`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/eclectic-0.1.0/src/lib.rs --crate-name eclectic -o /home/cratesfyi/eclectic-0.1.0/doc -L dependency=/home/cratesfyi/eclectic-0.1.0/debug -L dependency=/home/cratesfyi/eclectic-0.1.0/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.