From 0510f9c34da39947434efa392b74a46d563dd794 Mon Sep 17 00:00:00 2001 From: candifloss Date: Thu, 28 Nov 2024 16:43:58 +0530 Subject: [PATCH] wrong comment --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 61cffe5..5bee6b5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -50,7 +50,7 @@ fn main() { } if show_pwd { let repo_path = match git_info { - Some(info) => Some(info.0), // Clone to avoid ownership issues + Some(info) => Some(info.0), None => None, }; components.insert(