Add hack to keep actix-web
and actori-web
compiling
This extends the existing `ident_name_compatibility_hack` to handle the `tuple_from_req` macro defined in `actix-web` (and its fork `actori-web`).
This commit is contained in:
parent
477ce31d37
commit
9a6ea38647
8 changed files with 77 additions and 5 deletions
|
@ -1114,6 +1114,7 @@ symbols! {
|
|||
try_trait,
|
||||
tt,
|
||||
tuple,
|
||||
tuple_from_req,
|
||||
tuple_indexing,
|
||||
two_phase,
|
||||
ty,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue