Fix SparseRegistery::url return type

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2025-06-06 13:30:12 +10:00 committed by GitHub
parent 4c1d6b45fe
commit ee3af57f4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ impl SparseRegistry {
}
}
pub fn url(&self) -> impl Display + '_ {
pub fn url(&self) -> &Url {
&self.url
}