1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

make runtime macros more IDE friendly (#391)

This commit is contained in:
Rob Ede
2021-10-14 10:54:39 +01:00
committed by GitHub
parent 5c555a9408
commit 4ff8a2cf68
9 changed files with 109 additions and 6 deletions

View File

@ -1,6 +1,10 @@
# Changes
## Unreleased - 2021-xx-xx
* Improve error recovery potential when macro input is invalid. [#391]
* Allow custom `System`s on test macro. [#391]
[#391]: https://github.com/actix/actix-net/pull/391
## 0.2.1 - 2021-02-02