diff --git a/crates/binstalk-registry/src/sparse_registry.rs b/crates/binstalk-registry/src/sparse_registry.rs index 48a4f5b2..2625ea0d 100644 --- a/crates/binstalk-registry/src/sparse_registry.rs +++ b/crates/binstalk-registry/src/sparse_registry.rs @@ -30,7 +30,7 @@ impl SparseRegistry { } } - pub fn url(&self) -> impl Display + '_ { + pub fn url(&self) -> &Url { &self.url }