remove redundant use statements

This commit is contained in:
Mina Galić 2020-05-25 19:18:24 +02:00
parent 25c40adf20
commit a508a4150c
No known key found for this signature in database
GPG Key ID: ACFEFF7F6A123A86
2 changed files with 0 additions and 2 deletions

View File

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

View File

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