sync: fix warnings in benches and tests (#912)

This commit is contained in:
Sean McArthur
2019-02-20 14:07:53 -08:00
committed by Carl Lerche
parent 75ab7c9e9b
commit beb639a030
10 changed files with 27 additions and 8 deletions
+3
View File
@@ -1,7 +1,10 @@
#![deny(warnings)]
extern crate futures;
#[macro_use]
extern crate loom;
#[allow(dead_code)]
#[path = "../src/task/atomic_task.rs"]
mod atomic_task;