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
+2
View File
@@ -1,3 +1,5 @@
#![deny(warnings)]
#[macro_use]
extern crate futures;
#[macro_use]