aboutsummaryrefslogtreecommitdiff
path: root/lockchain-server/src/main.rs
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-07-02 21:53:59 +0200
committerKatharina Fey <kookie@spacekookie.de>2018-07-02 21:53:59 +0200
commitf903e653d59fa923210f5a583f7f8adc663a5dd5 (patch)
tree1af992782b624170e5b7c47f107675721bda5b17 /lockchain-server/src/main.rs
parentf2156e21b830ebc3cfd0f9eab4e7e01112e023b4 (diff)
This doesn't work
Diffstat (limited to 'lockchain-server/src/main.rs')
-rw-r--r--lockchain-server/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lockchain-server/src/main.rs b/lockchain-server/src/main.rs
index 1e4840f..f23cf71 100644
--- a/lockchain-server/src/main.rs
+++ b/lockchain-server/src/main.rs
@@ -6,7 +6,7 @@ extern crate lockchain_core as core;
extern crate lockchain_files as files;
extern crate lockchain_http as http;
-use core::{traits::*, EncryptedBody};
+use core::EncryptedBody;
use files::DataVault;
use http::{create_server, state::ApiState};