about summary refs log tree commit diff
path: root/library/std/src/sys/unsupported/thread.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/sys/unsupported/thread.rs')
-rw-r--r--library/std/src/sys/unsupported/thread.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/sys/unsupported/thread.rs b/library/std/src/sys/unsupported/thread.rs
index 7d5d2c61157..cda8510e1ba 100644
--- a/library/std/src/sys/unsupported/thread.rs
+++ b/library/std/src/sys/unsupported/thread.rs
@@ -26,7 +26,7 @@ impl Thread {
     }
 
     pub fn join(self) {
-        match self.0 {}
+        self.0
     }
 }