Skip to content

Commit

Permalink
Move async-fn-size test to async-await/
Browse files Browse the repository at this point in the history
  • Loading branch information
tmandry committed Jun 28, 2019
1 parent 65021ec commit b7397cc
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,9 +1,9 @@
// edition:2018
// aux-build:arc_wake.rs

#![feature(async_await, await_macro)]

extern crate arc_wake;
#[path = "../auxiliary/arc_wake.rs"]
mod arc_wake;

use std::pin::Pin;
use std::future::Future;
Expand Down

0 comments on commit b7397cc

Please sign in to comment.