Change uses of never type

This commit is contained in:
Christiaan Dirkx
2021-04-14 03:19:01 +02:00
parent 389fef3b30
commit d45e1314f3
15 changed files with 198 additions and 196 deletions

View File

@@ -47,7 +47,7 @@ impl Thread {
}
pub fn join(self) {
match self.0 {}
self.0
}
}