Fixing deprecated methods of tokio_core

This commit is contained in:
Tomasz Drwięga
2017-03-16 15:43:31 +01:00
parent 491eeb9878
commit 579cff478d
12 changed files with 158 additions and 67 deletions

View File

@@ -18,6 +18,9 @@
//! The request service is implemented using Futures. Higher level request handlers
//! will take the raw data received here and extract meaningful results from it.
// TODO [ToDr] Suppressing deprecation warnings. Rob will fix the API anyway.
#![allow(deprecated)]
use std::collections::HashMap;
use std::sync::Arc;