clean code w/ clippy
This commit is contained in:
@ -1,6 +1,4 @@
|
||||
use rocket::{
|
||||
form::Form, fs::FileServer, http::CookieJar, post, routes, Build, FromForm, Rocket, State,
|
||||
};
|
||||
use rocket::{form::Form, fs::FileServer, post, routes, Build, FromForm, Rocket, State};
|
||||
use serde_json::json;
|
||||
use sqlx::SqlitePool;
|
||||
|
||||
|
Reference in New Issue
Block a user