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

@ -1,6 +1,4 @@
use crate::api_schema::*;
use crate::api_schema::router::*;
use serde_json::{json};
pub mod datastore;