Remove unused warning

This commit is contained in:
Daniel García 2019-08-31 17:26:16 +02:00
parent 4a7d2a1e28
commit bfc517ee80
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ use crate::mail;
use crate::CONFIG;
use chrono::{Duration, NaiveDateTime, Utc};
use std::char;
use std::ops::Add;
pub fn routes() -> Vec<Route> {