clean code w/ clippy
This commit is contained in:
parent
115533e484
commit
968c68e12b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user