Merge rust-bitcoin/rust-bitcoin#4643: minor correction bridge.rs

ba29dac6ad minor correction bridge.rs (strmfos)

Pull request description:

  Hey team, fix correction io/src/bridge.rs
  
  `No ide why` - `No idea why`


ACKs for top commit:
  apoelstra:
    ACK ba29dac6ad6b52752f411b266f11111355ada7b8; successfully ran local tests; thanks!


Tree-SHA512: e27aec05dcff1d60d34bd001c65dfaf89208f72ae8a961b5504275f6cb5c45c9a3b087fc5b589e3e1a313622715bd3e46c8bcb53c8d456d74648507c456cf47e
This commit is contained in:
Andrew Poelstra 2025-06-28 17:41:22 +00:00
commit f0ec103eba
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
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
}