From 896a3e6f5cd2f259a27290b1db8aa0c2ae25f828 Mon Sep 17 00:00:00 2001 From: southerntofu Date: Wed, 1 Jul 2020 17:38:27 +0200 Subject: [PATCH] Add some comments --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index c7f0b11..eb37030 100644 --- a/src/main.rs +++ b/src/main.rs @@ -37,11 +37,12 @@ fn main() -> Result<(), std::io::Error> { // Skip further processing continue } + // New repo just cloned } // Otherwise, it's a sourceless task continue } - // So the cloned repo is here maybe update? + // So the cloned repo is already here maybe update? } Ok(()) }