fix clippy warnings
Some checks failed
Rust / build (push) Successful in 1m17s
Rust / test (push) Successful in 1m11s
Rust / fmt (push) Successful in 34s
Rust / pre-commit (push) Successful in 39s
Rust / clippy (push) Failing after 11m36s

This commit is contained in:
2024-06-06 16:52:12 +02:00
parent c942369745
commit af4abf8ade
2 changed files with 2 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ async fn get_playlist_urls(
let reader = BufReader::new(output.stdout.as_slice());
let urls = reader
.lines()
.flatten()
.map_while(Result::ok)
.map(|line| {
let entry: Value = serde_json::from_str(&line).unwrap();
entry