From daf33c1de58bdbfda08184cf82199cb230de9a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Kochen?= Date: Wed, 21 Aug 2019 19:38:30 +0200 Subject: [PATCH] Fix a warning --- tests/static.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/static.rs b/tests/static.rs index 0e4a9a8..b388400 100644 --- a/tests/static.rs +++ b/tests/static.rs @@ -14,7 +14,7 @@ use std::io::Write; use std::{fs, str}; use tempdir::TempDir; -type EmptyFuture = Box + Send + 'static>; +type EmptyFuture = Box + Send + 'static>; struct Harness { static_: Static,