Remove trivial todo (#657)

This commit is contained in:
Pierre Krieger
2018-11-19 22:28:48 +01:00
committed by GitHub
parent 64af676178
commit afa54085d5

View File

@ -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<TInEvent, TOutEvent, THandler> {
/// 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