From 248e7dabc2e389ac67e77c1c6078259c29b7f997 Mon Sep 17 00:00:00 2001
From: Jake Howard <RealOrangeOne@users.noreply.github.com>
Date: Tue, 28 Dec 2021 21:54:09 +0000
Subject: [PATCH] Collapse field name definition
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
---
 src/util.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util.rs b/src/util.rs
index aacdd868..1d70e097 100644
--- a/src/util.rs
+++ b/src/util.rs
@@ -130,7 +130,7 @@ impl<R> Cached<R> {
         Self {
             response,
             is_immutable,
-            ttl: ttl,
+            ttl,
         }
     }
 }
-- 
GitLab