From 95efa4d8750d0161fda75142fb0277cb586cc0e4 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Fri, 10 Jan 2020 11:40:14 +0100 Subject: [PATCH] Remove unnecessray clone --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 2a7b7d7..c69b18f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -198,7 +198,7 @@ where hoc, commits, hoc_pretty, - head: head.to_string(), + head: head, url, repo, service_path,