From afa54085d517edde20bdc0a2998bef930b693075 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Mon, 19 Nov 2018 22:28:48 +0100 Subject: [PATCH] Remove trivial todo (#657) --- core/src/nodes/handled_node_tasks.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/nodes/handled_node_tasks.rs b/core/src/nodes/handled_node_tasks.rs index 44dc8adf..b36f6d78 100644 --- a/core/src/nodes/handled_node_tasks.rs +++ b/core/src/nodes/handled_node_tasks.rs @@ -57,7 +57,6 @@ use void::Void; // conditions in the user's code. See similar comments in the documentation of `NodeStream`. /// Implementation of `Stream` that handles a collection of nodes. -// TODO: implement Debug pub struct HandledNodesTasks { /// For each active task, a sender allowing to transmit messages. Closing the sender interrupts /// the task. It is possible that we receive messages from tasks that used to be in this list