Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nightmared committed Feb 12, 2021
1 parent 22d5222 commit 32b1573
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -19,8 +19,8 @@ syn = { version = "1.0", features = ["full", "visit-mut"] }

[dev-dependencies]
rustversion = "1.0"
tracing = "0.1.14"
tracing-attributes = "0.1.8"
tracing = "0.1"
tracing-attributes = "0.2"
tracing-futures = "0.2"
trybuild = { version = "1.0.19", features = ["diff"] }

Expand Down
1 change: 1 addition & 0 deletions src/expand.rs
Expand Up @@ -308,6 +308,7 @@ fn transform_block(
Box::pin(async move {
let __ret: #ret_ty = {
#(#decls)*
let __async_trait: ();
#(#stmts)*
};

Expand Down

0 comments on commit 32b1573

Please sign in to comment.