Update to winapi 0.3

This commit is contained in:
Alex Crichton
2018-01-03 08:41:41 -08:00
parent adabd80408
commit dba5c5014a
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))
}
}