summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-06-05 07:59:51 +0530
committerSebastian Thiel <sthiel@thoughtworks.com>2019-06-05 07:59:51 +0530
commit80f01dbfcce5c5c6d482a47d9f04fd5a0f8e75c0 (patch)
tree0138f56f8d05e257b2d74a7821a90e732be2aca0 /src/lib.rs
parentc7ee6b53b49a8c9489aa07bd7d262ec1d2b76349 (diff)
Moved 'interactive' portion of code into binary - break unit tests for now
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 1f0e294..ecb66b4 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -4,7 +4,6 @@ extern crate jwalk;
mod aggregate;
mod common;
-pub mod interactive;
pub mod traverse;
pub use aggregate::aggregate;