From b8905bf2fcc3c743d8f9bebd3579928e7e91766c Mon Sep 17 00:00:00 2001
From: Rutger Broekhoff
Date: Mon, 29 Apr 2024 18:15:16 +0200
Subject: Fix Clippy issues

---
 git-lfs-authenticate/src/main.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'git-lfs-authenticate')

diff --git a/git-lfs-authenticate/src/main.rs b/git-lfs-authenticate/src/main.rs
index 3101c92..c9094a1 100644
--- a/git-lfs-authenticate/src/main.rs
+++ b/git-lfs-authenticate/src/main.rs
@@ -50,7 +50,7 @@ fn main() -> ExitCode {
         "expires_at": expires_at.to_rfc3339_opts(chrono::SecondsFormat::Secs, true),
         "href": format!("{}{}/info/lfs", config.href_base, repo_name),
     });
-    println!("{}", response.to_string());
+    println!("{}", response);
 
     ExitCode::SUCCESS
 }
-- 
cgit v1.2.3