fix: make stdin field in ProgramWriter public
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
pub(crate) use std::io::Write;
|
pub(crate) use std::io::Write;
|
||||||
|
|
||||||
pub struct ProgramWriter {
|
pub struct ProgramWriter {
|
||||||
stdin: std::process::ChildStdin,
|
pub stdin: std::process::ChildStdin,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Write for ProgramWriter {
|
impl Write for ProgramWriter {
|
||||||
|
|||||||
Reference in New Issue
Block a user