minor correction bridge.rs

This commit is contained in:
strmfos 2025-06-28 14:32:04 +02:00 committed by GitHub
parent 88faf3acad
commit ba29dac6ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ impl_our! {
impl Write for std::process::ChildStdin
}
// No ide why other &ChildStd* are not implemented
// No idea why other &ChildStd* are not implemented
impl_our! {
impl Write for &'_ std::process::ChildStdin
}