fix deprecation warning in test for FutureExt::deadline() (#651)

* silence deprecation warnings for deadline in tests
* add new integration test for timeout
This commit is contained in:
Sven Marnach
2018-09-20 15:26:56 -07:00
committed by Carl Lerche
parent e267a1922d
commit be67eda117
2 changed files with 23 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
#![allow(deprecated)]
extern crate futures;
extern crate tokio_executor;
extern crate tokio_timer;