clean code w/ clippy

This commit is contained in:
philipp 2023-07-18 17:32:34 +02:00
parent 115533e484
commit 968c68e12b

View File

@ -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;