Stabilization of impls and fallout from stabilization

This commit is contained in:
Aaron Turon
2015-01-04 16:16:55 -08:00
parent cb765ce7e1
commit c6f4a03d12
29 changed files with 128 additions and 49 deletions

View File

@@ -423,6 +423,7 @@ impl<T: Send> JoinGuard<T> {
}
#[unsafe_destructor]
#[stable]
impl<T: Send> Drop for JoinGuard<T> {
fn drop(&mut self) {
if !self.joined {