From 248e7dabc2e389ac67e77c1c6078259c29b7f997 Mon Sep 17 00:00:00 2001 From: Jake Howard 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 --- 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 Cached { Self { response, is_immutable, - ttl: ttl, + ttl, } } }