Skip to content

Commit

Permalink
Don't escape async in macro
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed May 7, 2019
1 parent 6b3fe0f commit 16e4f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tower-web-macros/src/resource/resource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ impl Resource {
quote! {
macro_rules! async_move_hax {
($e:expr) => {
r#async move { $e }
async move { $e }
}
}
}
Expand Down

0 comments on commit 16e4f02

Please sign in to comment.