diff options
Diffstat (limited to 'library/std/src/sys/wasm/thread.rs')
| -rw-r--r-- | library/std/src/sys/wasm/thread.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/sys/wasm/thread.rs b/library/std/src/sys/wasm/thread.rs index 77f8c79ced9..b7bf95c89b4 100644 --- a/library/std/src/sys/wasm/thread.rs +++ b/library/std/src/sys/wasm/thread.rs @@ -47,7 +47,7 @@ impl Thread { } pub fn join(self) { - match self.0 {} + self.0 } } |
