From 94405bb61722142e8c4d90bb5f31038fc9aa5f72 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 20 Mar 2019 18:55:52 -0400 Subject: Fix clippy errors and upgrade Rust to 1.33.0 in CI (#1945) --- cli/global_timer.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/global_timer.rs') diff --git a/cli/global_timer.rs b/cli/global_timer.rs index eef70ddc2..d3ca52f46 100644 --- a/cli/global_timer.rs +++ b/cli/global_timer.rs @@ -14,6 +14,7 @@ use std::time::Instant; use tokio::sync::oneshot; use tokio::timer::Delay; +#[derive(Default)] pub struct GlobalTimer { tx: Option>, } -- cgit v1.2.3