Skip to content

Commit

Permalink
Fix a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphan Kochen committed Aug 21, 2019
1 parent 665965c commit daf33c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/static.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use std::io::Write;
use std::{fs, str};
use tempdir::TempDir;

type EmptyFuture = Box<Future<Item = (), Error = ()> + Send + 'static>;
type EmptyFuture = Box<dyn Future<Item = (), Error = ()> + Send + 'static>;

struct Harness {
static_: Static,
Expand Down

0 comments on commit daf33c1

Please sign in to comment.