From b45e04865df335a9aedbf2bdd5b17353c1598fa5 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 4 Aug 2026 05:39:41 +0900 Subject: docs: state code facts instead of porting-phase progress Co-Authored-By: Claude Fable 5 --- crates/shirabe/src/util/process_executor.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/shirabe/src/util') diff --git a/crates/shirabe/src/util/process_executor.rs b/crates/shirabe/src/util/process_executor.rs index 7e6011cd..9e89bdd4 100644 --- a/crates/shirabe/src/util/process_executor.rs +++ b/crates/shirabe/src/util/process_executor.rs @@ -1005,7 +1005,7 @@ impl ProcessExecutor { } } -/// Phase B helper trait: convert various command argument forms into `PhpMixed`. +/// Helper trait: convert various command argument forms into `PhpMixed`. pub trait IntoExecCommand { fn into_exec_command(self) -> PhpMixed; } @@ -1187,7 +1187,7 @@ impl<'a> IntoExecOutput<'a> for Box bool> { fn write_back(&mut self, _value: String) {} } -/// Phase B helper: accept either `i64` or `PhpMixed` for `set_timeout`. +/// Helper: accept either `i64` or `PhpMixed` for `set_timeout`. pub trait ToTimeoutSeconds { fn to_timeout_seconds(self) -> i64; } -- cgit v1.3.1