From f2f4fc9d5507051e4cb74885c992a793352fbf45 Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Fri, 6 Sep 2024 09:10:33 +0000 Subject: [PATCH] Fix formatting --- io/zenoh-transport/src/unicast/establishment/open.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/zenoh-transport/src/unicast/establishment/open.rs b/io/zenoh-transport/src/unicast/establishment/open.rs index b8346d49a6..ff73e213c2 100644 --- a/io/zenoh-transport/src/unicast/establishment/open.rs +++ b/io/zenoh-transport/src/unicast/establishment/open.rs @@ -569,7 +569,7 @@ pub(crate) async fn open_link( ext_compression: ext::compression::CompressionFsm::new(), }; - // Clippy raises a warning because `batch_size::UNICAST` is currently equal to `BatchSize::MAX`. + // Clippy raises a warning because `batch_size::UNICAST` is currently equal to `BatchSize::MAX`. // However, the current code catches the cases where `batch_size::UNICAST` is different from `BatchSize::MAX`. #[allow(clippy::unnecessary_min_or_max)] let batch_size = manager