signal: Update to winapi 0.3

This commit is contained in:
Alex Crichton
2018-09-10 11:30:02 -07:00
committed by Carl Lerche
parent a4895fe364
commit 4fa1b2b58c
4 changed files with 45 additions and 32 deletions
+1 -1
View File
@@ -378,7 +378,7 @@ impl Signal {
})
})();
future::result(result).boxed()
Box::new(future::result(result))
}
}