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:
commit
f0ec103eba
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue