From b6e870f5cb3e0191c7622ca6e55cdd9fdeed777b Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sat, 23 May 2020 21:41:11 +0200 Subject: [PATCH] Update ofborg/src/easylapin.rs Co-authored-by: Cole Helbling --- ofborg/src/easylapin.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {