File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 2
2
use crate :: * ;
3
3
4
4
/// TODO: RENAME THIS INTO THE NEXT VERSION BEFORE RELEASE
5
+ ///
6
+ /// ## Fixed
7
+ /// - Remove accidentally exposed `TryFrom<tokio::process::ChildStdin`
8
+ /// implementation for [`ChildStdin`].
9
+ /// - Remove accidentally exposed `TryFrom<tokio_pipe::PipeWrite>`
10
+ /// implementation for [`ChildStdin`].
11
+ /// - Remove accidentally exposed `TryFrom<tokio::process::ChildStdout>`
12
+ /// implementation for [`ChildStdout`].
13
+ /// - Remove accidentally exposed `TryFrom<tokio_pipe::PipeRead>`
14
+ /// implementation for [`ChildStdout`].
15
+ /// - Remove accidentally exposed `TryFrom<tokio::process::ChildStderr>`
16
+ /// implementation for [`ChildStderr`].
17
+ /// - Remove accidentally exposed `TryFrom<tokio_pipe::PipeRead>`
18
+ /// implementation for [`ChildStderr`].
5
19
#[ doc( hidden) ]
6
20
pub mod unreleased { }
7
21
You can’t perform that action at this time.
0 commit comments