diff options
Diffstat (limited to 'core/lib.rs')
-rw-r--r-- | core/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/lib.rs b/core/lib.rs index 0f7c23c26..5846ad99d 100644 --- a/core/lib.rs +++ b/core/lib.rs @@ -8,7 +8,6 @@ extern crate log; mod async_cancel; mod async_cell; mod bindings; -pub mod build_util; pub mod error; mod flags; mod gotham_state; |