mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-19 10:23:42 -05:00
fix: clippy lints
This commit is contained in:
@@ -219,7 +219,7 @@ pub async fn get_extra_tags(
|
||||
ctx: &Context,
|
||||
client: &Client,
|
||||
) -> Result<(Vec<Version>, Option<String>), String> {
|
||||
let response = client.get(url, &headers, false).await;
|
||||
let response = client.get(url, headers, false).await;
|
||||
|
||||
match response {
|
||||
Ok(res) => {
|
||||
|
||||
Reference in New Issue
Block a user