mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-26 21:41:04 +00:00
remove redundant use statements
This commit is contained in:
parent
25c40adf20
commit
a508a4150c
2 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@ use rocket::{
|
|||
use rocket_contrib::json::Json;
|
||||
use rocket_i18n::I18n;
|
||||
use scheduled_thread_pool::ScheduledThreadPool;
|
||||
use serde_json;
|
||||
use std::path::PathBuf;
|
||||
use std::str::FromStr;
|
||||
use validator::{Validate, ValidationErrors};
|
||||
|
|
|
@ -9,7 +9,6 @@ use rocket::{
|
|||
response::{status, Content, Flash, Redirect},
|
||||
};
|
||||
use rocket_i18n::I18n;
|
||||
use serde_json;
|
||||
use std::{borrow::Cow, collections::HashMap};
|
||||
use validator::{Validate, ValidationError, ValidationErrors};
|
||||
|
||||
|
|
Loading…
Reference in a new issue