fix: remove cache generic from builder (#3322)
Just a small fix, remove generic argument that I think was unused.
This commit is contained in:
@@ -102,7 +102,7 @@ impl<'a> RegistryClientBuilder<'a> {
|
||||
}
|
||||
|
||||
#[must_use]
|
||||
pub fn cache<T>(mut self, cache: Cache) -> Self {
|
||||
pub fn cache(mut self, cache: Cache) -> Self {
|
||||
self.cache = cache;
|
||||
self
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user