fix: pre-commit cfg, clippy errors
This commit is contained in:
parent
53dc5e2c09
commit
394f8609a8
3 changed files with 3 additions and 3 deletions
|
|
@ -36,6 +36,7 @@ enum Commands {
|
|||
},
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
async fn download_single_video(
|
||||
video_id: String,
|
||||
video_title: String,
|
||||
|
|
|
|||
Reference in a new issue