Closed Ogeon closed 8 years ago
This changes the syntax of insert_routes! to always take paths and methods as token trees to avoid conflicts with the upcoming type ascription syntax. There are also some bonus changes to avoid some warnings and to make the Windows tests work again.
insert_routes!
@homu r+
:pushpin: Commit 7d2b316 has been approved by Ogeon
Ogeon
:hourglass: Testing commit 7d2b316 with merge 849fc16...
:sunny: Test successful - status
This changes the syntax of
insert_routes!
to always take paths and methods as token trees to avoid conflicts with the upcoming type ascription syntax. There are also some bonus changes to avoid some warnings and to make the Windows tests work again.