aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/lib.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-11 02:54:14 +0900
committernsfisis <nsfisis@gmail.com>2026-06-11 02:54:47 +0900
commit42d002a7090327fc8d805ad9426764e77dfbfe24 (patch)
tree27f811d52ad0fa42a62682ecbb908f9923c94527 /crates/shirabe/src/lib.rs
parent6ae7e0d4b3eaf20e2d2cd3d000cf61ab0c9b6e83 (diff)
downloadphp-shirabe-42d002a7090327fc8d805ad9426764e77dfbfe24.tar.gz
php-shirabe-42d002a7090327fc8d805ad9426764e77dfbfe24.tar.zst
php-shirabe-42d002a7090327fc8d805ad9426764e77dfbfe24.zip
chore(compiler): drop compiler.rs
The Compiler.php is PHP-tooling only (bin/compile) with no Rust equivalent, so it is not ported. Remove the compiler module along with the symbols used solely by it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/src/lib.rs')
-rw-r--r--crates/shirabe/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/shirabe/src/lib.rs b/crates/shirabe/src/lib.rs
index 9fb9f5f..1e17b72 100644
--- a/crates/shirabe/src/lib.rs
+++ b/crates/shirabe/src/lib.rs
@@ -2,7 +2,6 @@ pub mod advisory;
pub mod autoload;
pub mod cache;
pub mod command;
-pub mod compiler;
pub mod composer;
pub mod config;
pub mod console;