aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe')
-rw-r--r--crates/shirabe/Cargo.toml1
-rw-r--r--crates/shirabe/src/main.rs2
2 files changed, 1 insertions, 2 deletions
diff --git a/crates/shirabe/Cargo.toml b/crates/shirabe/Cargo.toml
index a2cf1f50..4f01af79 100644
--- a/crates/shirabe/Cargo.toml
+++ b/crates/shirabe/Cargo.toml
@@ -6,7 +6,6 @@ edition.workspace = true
[dependencies]
shirabe-ca-bundle.workspace = true
shirabe-class-map-generator.workspace = true
-shirabe-external-packages.workspace = true
shirabe-metadata-minifier.workspace = true
shirabe-pcre.workspace = true
shirabe-php-rpc.workspace = true
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.