From f1215ade6e1d6e91a36c8b1c407f5a59a1c2ee0e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 9 Aug 2026 11:26:19 +0900 Subject: refactor(cargo): drop the now-empty shirabe-external-packages crate Every package it held now lives in its own crate, so the umbrella crate has nothing left in it. Co-Authored-By: Claude Opus 5 (1M context) --- crates/shirabe/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/shirabe/src/main.rs') diff --git a/crates/shirabe/src/main.rs b/crates/shirabe/src/main.rs index 49ee61f3..dcf33803 100644 --- a/crates/shirabe/src/main.rs +++ b/crates/shirabe/src/main.rs @@ -33,7 +33,7 @@ fn main() { // (restart the process without Xdebug loaded, for performance) is not ported. Since no // XdebugHandler is ever constructed, `self::$name` never gets set, so the // COMPOSER_ORIGINAL_INIS-env-var branch of XdebugHandler::getAllIniFiles() (see - // shirabe-external-packages' xdebug_handler.rs and shirabe/src/util/ini_helper.rs) is + // shirabe-xdebug-handler's xdebug_handler.rs and shirabe/src/util/ini_helper.rs) is // unreachable in this port, not merely unexercised by current tests. // Take the $_ENV / $_SERVER snapshots before any putenv() mutates the real environment. -- cgit v1.3.1-4-g156e