From 27c4fd9b30fc86b5f301eec40a40b87c7948d572 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Thu, 12 Apr 2018 02:42:52 +0300 Subject: [PATCH] Remove .expect() call on channel that can be dropped. --- hammond-gtk/src/widgets/episode.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hammond-gtk/src/widgets/episode.rs b/hammond-gtk/src/widgets/episode.rs index 3cc1063..50560ae 100644 --- a/hammond-gtk/src/widgets/episode.rs +++ b/hammond-gtk/src/widgets/episode.rs @@ -382,9 +382,9 @@ pub fn episodes_listbox(pd: Arc, sender: Sender) -> Result