summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/tests/hkp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tests/hkp.rs b/net/tests/hkp.rs
index 971a10cd..0a2121f0 100644
--- a/net/tests/hkp.rs
+++ b/net/tests/hkp.rs
@@ -67,7 +67,7 @@ const FP: &'static str = "3E8877C877274692975189F5D03F6F865226FE8B";
const ID: &'static str = "D03F6F865226FE8B";
fn service(req: Request<Body>)
- -> Box<Future<Item=Response<Body>, Error=hyper::Error> + Send> {
+ -> Box<dyn Future<Item=Response<Body>, Error=hyper::Error> + Send> {
let (parts, body) = req.into_parts();
match (parts.method, parts.uri.path()) {
(Method::GET, "/pks/lookup") => {