1
0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2024-09-22 10:21:31 +02:00

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

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> {