Skip to content

Commit

Permalink
Fix the benchmark build after PR #10
Browse files Browse the repository at this point in the history
The benchmark build was broken by PR #10, because we weren't yet testing
benches in CI.
  • Loading branch information
asomers committed Dec 30, 2018
1 parent 8a51c92 commit e83c1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/mutex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
extern crate futures;
extern crate futures_locks;
extern crate test;
extern crate tokio;
extern crate tokio_ as tokio;

use futures::Future;
use futures::executor::spawn;
Expand Down

0 comments on commit e83c1a3

Please sign in to comment.