From 903abdefdc9f7f0a8f6d3b4d4350052f104125e7 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Wed, 12 Feb 2020 20:17:55 +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 f3be516..620377d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -195,7 +195,7 @@ where hoc, commits, hoc_pretty, - head: head.to_string(), + head, url, repo, service_path,