Gankra / collect-rs

Miscellaneous Collections
Apache License 2.0
64 stars 21 forks source link

add `'static` bound to `ParVec` #139

Closed apasel422 closed 9 years ago

apasel422 commented 9 years ago

This fixes breakage on the latest nightly, though another bug in rustc is going to cause the Travis build to fail.

Gankra commented 9 years ago

Any idea what's causing the threadpool thing? I can't repro it.

apasel422 commented 9 years ago

It's rust-lang/rust#22432.