Run cargo fmt

This commit is contained in:
Kitaiti Makoto
2021-01-11 09:05:31 +09:00
parent 894c4fee2c
commit 4a4534d6f3
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,5 @@
use crate::routes::RespondOrRedirect;
use lettre::Transport;
use tracing::warn;
use rocket::http::ext::IntoOwned;
use rocket::{
http::{uri::Uri, Cookie, Cookies, SameSite},
@@ -14,6 +13,7 @@ use std::{
sync::{Arc, Mutex},
time::Instant,
};
use tracing::warn;
use validator::{Validate, ValidationError, ValidationErrors};
use crate::mail::{build_mail, Mailer};