1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

remove HttpServer::run() as it is not useful with async/await

This commit is contained in:
Nikolay Kim
2019-12-08 00:06:04 +06:00
parent 7ec5ca88a1
commit 8df33f7a81
2 changed files with 4 additions and 26 deletions

View File

@ -1,5 +1,9 @@
# Changes
### Deleted
* Delete HttpServer::run(), it is not useful witht async/await
## [2.0.0-alpha.3] - 2019-12-07
### Changed