From 25987475dd7b4130baeb5de7b80d846513e8c520 Mon Sep 17 00:00:00 2001 From: Alex Mikhalev Date: Tue, 29 Sep 2020 18:11:12 -0600 Subject: [PATCH] Fix warning in section_runner.rs --- src/section_runner.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/section_runner.rs b/src/section_runner.rs index 17b34d0..8d45b13 100644 --- a/src/section_runner.rs +++ b/src/section_runner.rs @@ -317,8 +317,6 @@ impl Handler for SectionRunnerActor { self.inner.did_change = true; ctx.notify(Process); - - () } }