refactor: Updated to the most recent Rust version with 2024 syntax

This commit is contained in:
2025-11-07 15:50:55 -07:00
parent 667c843fc0
commit 14549afd52
44 changed files with 377 additions and 371 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
use super::*;
use anyhow::{anyhow, bail, Context, Result};
use anyhow::{Context, Result, anyhow, bail};
use fancy_regex::Regex;
use futures_util::{stream, StreamExt};
use futures_util::{StreamExt, stream};
use http::header::CONTENT_TYPE;
use reqwest::Url;
use scraper::{Html, Selector};