cleanup: avoid compiler warnings

This commit is contained in:
Dietmar Maurer
2019-04-23 12:17:24 +02:00
parent e06ffb10d1
commit 6358b68236
4 changed files with 0 additions and 5 deletions

View File

@ -2,7 +2,6 @@
use crate::api_schema::*;
use crate::api_schema::router::*;
use serde_json::{json};
use std::sync::Arc;
pub mod config;