handled some warnings

This commit is contained in:
Simon
2025-10-03 17:34:16 +00:00
parent 20d069f01f
commit f9ccdd8b33
8 changed files with 50 additions and 61 deletions

View File

@@ -22,8 +22,8 @@ mod proxies;
type DbPool = r2d2::Pool<ConnectionManager<SqliteConnection>>;
#[macro_use(c)]
extern crate cute;
// #[macro_use(c)]
// extern crate cute;
#[ntex::main]