remove the now useless dead_code flags

This commit is contained in:
tamo 2021-03-26 14:15:12 +01:00
parent d7c077cffb
commit 0f2143e7fd
No known key found for this signature in database
GPG key ID: B9DB60424F4F92F3
3 changed files with 0 additions and 3 deletions

View file

@ -96,7 +96,6 @@ impl Index<'_> {
self.service.get(url).await
}
#[allow(dead_code)]
pub async fn list_updates(&self) -> (Value, StatusCode) {
let url = format!("/indexes/{}/updates", self.uid);
self.service.get(url).await