mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
sync: fix warnings in benches and tests (#912)
This commit is contained in:
committed by
Carl Lerche
parent
75ab7c9e9b
commit
beb639a030
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user