diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-15 15:16:42 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-15 15:19:39 -0700 |
commit | 2233970493bec6228046a75941a2e6a04500f924 (patch) | |
tree | d80a0508032e08d9074ab1d56acee16d9de8b5c1 /rust/src/lib.rs | |
parent | 525f21c871f4947196dc8348019d941e84bf6e3c (diff) | |
download | fatcat-2233970493bec6228046a75941a2e6a04500f924.tar.gz fatcat-2233970493bec6228046a75941a2e6a04500f924.zip |
more cleanups
Diffstat (limited to 'rust/src/lib.rs')
-rw-r--r-- | rust/src/lib.rs | 2 |
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; |