From 394baa42e7976fdfbbf8d89ad65f3778ec3ef509 Mon Sep 17 00:00:00 2001 From: Erik Hollensbe Date: Wed, 19 Jan 2022 17:17:31 -0800 Subject: [PATCH] cleanup comments Signed-off-by: Erik Hollensbe --- src/handler.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/handler.rs b/src/handler.rs index da5b1a3..8217ed5 100644 --- a/src/handler.rs +++ b/src/handler.rs @@ -51,8 +51,6 @@ where } mod tests { - - // orchestration!!!! #[tokio::test] async fn test_handler_basic() { use crate::{Error, HTTPResult};