mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
chore: remove redundant imports
This commit is contained in:
@ -16,7 +16,7 @@ use std::io;
|
||||
|
||||
use actix_web::{middleware, web, App, Error as AWError, HttpResponse, HttpServer};
|
||||
use futures_util::future::join_all;
|
||||
use r2d2_sqlite::{self, SqliteConnectionManager};
|
||||
use r2d2_sqlite::SqliteConnectionManager;
|
||||
|
||||
mod db;
|
||||
use db::{Pool, Queries};
|
||||
|
Reference in New Issue
Block a user