summaryrefslogtreecommitdiffstats
path: root/rust/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/lib.rs')
-rw-r--r--rust/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs
index e2b2f892..56364be0 100644
--- a/rust/src/lib.rs
+++ b/rust/src/lib.rs
@@ -7,7 +7,7 @@ extern crate dotenv;
extern crate futures;
#[macro_use]
extern crate hyper;
-extern crate swagger;
+//extern crate swagger;
#[macro_use]
extern crate error_chain;
extern crate iron;