aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-shim/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe-php-shim/src/lib.rs')
-rw-r--r--crates/shirabe-php-shim/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/shirabe-php-shim/src/lib.rs b/crates/shirabe-php-shim/src/lib.rs
index 7d22633c..607a8887 100644
--- a/crates/shirabe-php-shim/src/lib.rs
+++ b/crates/shirabe-php-shim/src/lib.rs
@@ -11,7 +11,6 @@ mod json;
mod math;
mod net;
mod openssl;
-mod output;
mod phar;
mod preg;
mod process;
@@ -38,7 +37,6 @@ pub use json::*;
pub use math::*;
pub use net::*;
pub use openssl::*;
-pub use output::*;
pub use phar::*;
pub use preg::*;
pub use process::*;