Use a different fix

This commit is contained in:
Pierre Krieger
2020-01-06 17:20:01 +01:00
parent be0f18d162
commit 5e0f219555
4 changed files with 25 additions and 44 deletions

View File

@ -29,7 +29,7 @@
//! an existing connection to a node should be driven forward (cf.
//! [`Manager::add_connection`]). Tasks can be referred to by [`TaskId`]
//! and messages can be sent to individual tasks or all (cf.
//! [`Manager::start_broadcast`]). Messages produces by tasks can be
//! [`Manager::poll_broadcast`]). Messages produces by tasks can be
//! retrieved by polling the manager (cf. [`Manager::poll`]).
mod error;