mirror of
https://gitlab.com/Anson-Projects/zine.git
synced 2025-07-27 00:31:23 +00:00
Let clippy fix
This commit is contained in:
@@ -18,7 +18,7 @@ fn test_if_feeds_are_in_alphabetical_order() {
|
||||
urls.sort();
|
||||
|
||||
for url in urls {
|
||||
println!("{}", url);
|
||||
println!("{url}");
|
||||
}
|
||||
panic!("feeds.txt was not sorted!")
|
||||
}
|
||||
@@ -50,7 +50,7 @@ fn test_if_duplicates_in_feeds_list() {
|
||||
|
||||
if !duplicates.is_empty() {
|
||||
for dupe in duplicates {
|
||||
println!("{}", dupe)
|
||||
println!("{dupe}")
|
||||
}
|
||||
panic!("Duplicate entries found!")
|
||||
}
|
||||
|
Reference in New Issue
Block a user