1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

Port over doc comments in route macros. (#2022)

Co-authored-by: Jonas Platte <jplatte@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Erik Johnston
2021-02-24 12:26:56 +00:00
committed by GitHub
parent f6393728c7
commit 42711c23d7
4 changed files with 40 additions and 0 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
* Preserve doc comments when using route macros. [#2022]
[#2022]: https://github.com/actix/actix-web/pull/2022
## 0.5.0-beta.1 - 2021-02-10