From e3f1cdf3f96b01ba620118488fc5943ce5561053 Mon Sep 17 00:00:00 2001 From: Rohan Sircar <47449547+rohan-sircar@users.noreply.github.com> Date: Fri, 23 Apr 2021 00:31:47 +0530 Subject: [PATCH 1/2] whoops --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.rs b/src/main.rs index 5e04c1e..d602d6b 100755 --- a/src/main.rs +++ b/src/main.rs @@ -110,5 +110,7 @@ async fn main() -> std::io::Result<()> { server.bind(addr)? }; + println!("whoops"); + server.run().await } From 57f26a0ddf2dfae509e8416588f3dcbf297f9423 Mon Sep 17 00:00:00 2001 From: Rohan Sircar <47449547+rohan-sircar@users.noreply.github.com> Date: Fri, 23 Apr 2021 00:38:46 +0530 Subject: [PATCH 2/2] foo --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index d602d6b..220d689 100755 --- a/src/main.rs +++ b/src/main.rs @@ -109,8 +109,6 @@ async fn main() -> std::io::Result<()> { } else { server.bind(addr)? }; - println!("whoops"); - server.run().await }