run cargo fix

This commit is contained in:
Andrea Toska 2025-05-12 10:35:17 +02:00
commit 0dd4bfa7de
No known key found for this signature in database
GPG key ID: 5B3C83807CCBE9A2
3 changed files with 0 additions and 6 deletions

View file

@ -1,5 +1,4 @@
use rocket::{post, State};
use rocket::form::Form;
use serde::Deserialize;
use serde::Serialize;
use crate::Pool;