diff --git a/ofborg/src/easylapin.rs b/ofborg/src/easylapin.rs index 1820529..5d97893 100644 --- a/ofborg/src/easylapin.rs +++ b/ofborg/src/easylapin.rs @@ -115,8 +115,8 @@ impl<'a, W: SimpleWorker + 'a> ConsumerExt<'a, W> for CloseOnDrop { } } -// Same as a regular channel, but without prefetching, -// used for services with multiple instances. +/// Same as a regular channel, but without prefetching, +/// used for services with multiple instances. pub struct WorkerChannel(pub CloseOnDrop); impl<'a, W: SimpleWorker + 'a> ConsumerExt<'a, W> for WorkerChannel {