From 2ad520d230f90951076793d7defd58958a0df71d Mon Sep 17 00:00:00 2001 From: Jonathan Strong Date: Thu, 9 Nov 2023 20:29:51 -0500 Subject: [PATCH] silence clippy --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 5437ad5..6b881da 100644 --- a/src/main.rs +++ b/src/main.rs @@ -87,7 +87,7 @@ impl RegistryConfig { out } else { Path::new(&self.dl) - .join(&format!( + .join(format!( "{name}/{version}/download", name = name, version = version,