]> git.lizzy.rs Git - rust.git/commit
Add missing marker to std::thread::JoinGuard.
authorHuon Wilson <dbau.pp+github@gmail.com>
Tue, 17 Feb 2015 12:09:14 +0000 (23:09 +1100)
committerHuon Wilson <dbau.pp+github@gmail.com>
Tue, 17 Feb 2015 21:19:22 +0000 (08:19 +1100)
commitadfcd93f0c3b624399934558f63d945b7b6b663a
tree7e7b53a60f45e5386faaa22a53f07272a1621c6c
parent22c88323f3175340b8f837fdbb9e78fd742da024
Add missing marker to std::thread::JoinGuard.

The lifetime was previously, incorrectly unconstrained.
src/libstd/thread.rs