Skip to content

Commit f0ec103

Browse files
committed
Merge rust-bitcoin#4643: minor correction bridge.rs
ba29dac 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 ba29dac; successfully ran local tests; thanks! Tree-SHA512: e27aec05dcff1d60d34bd001c65dfaf89208f72ae8a961b5504275f6cb5c45c9a3b087fc5b589e3e1a313622715bd3e46c8bcb53c8d456d74648507c456cf47e
2 parents 32a898b + ba29dac commit f0ec103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io/src/bridge.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ impl_our! {
469469
impl Write for std::process::ChildStdin
470470
}
471471

472-
// No ide why other &ChildStd* are not implemented
472+
// No idea why other &ChildStd* are not implemented
473473
impl_our! {
474474
impl Write for &'_ std::process::ChildStdin
475475
}

0 commit comments

Comments
 (0)