From ed68cbdae2b33be38c3937191f86331d375fa3e6 Mon Sep 17 00:00:00 2001 From: William Date: Sun, 6 Oct 2024 20:39:37 -0400 Subject: [PATCH] remove unnecessary comment --- src/main.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main.rs b/src/main.rs index b98f27b..d820a39 100644 --- a/src/main.rs +++ b/src/main.rs @@ -88,10 +88,5 @@ fn main() -> Result<(), io::Error> { } } - // Example of sending a command that expects a response - - - // Example of sending a command that does not expect a response - Ok(()) }