From 8bd02532cd04ee12d7595029c206f3dc5ab9dd96 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 6 Jun 2026 21:22:22 +0900 Subject: chore(shirabe): remove ports of PHP @deprecated APIs Composer does not use its own deprecated APIs internally, so drop their Rust ports: whole deprecated classes, methods, constants, and field. Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/src/json/mod.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'crates/shirabe/src/json/mod.rs') diff --git a/crates/shirabe/src/json/mod.rs b/crates/shirabe/src/json/mod.rs index 0863529..36b5b6d 100644 --- a/crates/shirabe/src/json/mod.rs +++ b/crates/shirabe/src/json/mod.rs @@ -1,9 +1,7 @@ pub mod json_file; -pub mod json_formatter; pub mod json_manipulator; pub mod json_validation_exception; pub use json_file::*; -pub use json_formatter::*; pub use json_manipulator::*; pub use json_validation_exception::*; -- cgit v1.3.1