reduced warnings

This commit is contained in:
Simon
2025-07-15 18:45:23 +00:00
parent d77e292dbd
commit bed8882329
5 changed files with 25 additions and 28 deletions

View File

@@ -17,7 +17,8 @@ mod videos;
type DbPool = r2d2::Pool<ConnectionManager<SqliteConnection>>;
static USER_AGENT: &str = "Mozilla/5.0 (iPhone; CPU iPhone OS 14_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/33.0 Mobile/15E148 Safari/605.1.15";
#[ntex::main]
async fn main() -> std::io::Result<()> {
// std::env::set_var("RUST_BACKTRACE", "1");