Collapse field name definition

Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
This commit is contained in:
Jake Howard 2021-12-28 21:54:09 +00:00 committed by GitHub
parent 4584cfe3c1
commit 248e7dabc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ impl<R> Cached<R> {
Self {
response,
is_immutable,
ttl: ttl,
ttl,
}
}
}