Skip to content

Commit 1dd0c20

Browse files
committed
Rm outdated comment in mod command
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent 65197e0 commit 1dd0c20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/command.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ pub struct Command<'s> {
9292

9393
impl<'s> Command<'s> {
9494
pub(crate) fn new(session: &'s super::Session, imp: CommandImp) -> Self {
95-
// All implementations of Command initializes stdin, stdout and stderr
96-
// to Stdio::inherit()
9795
Self {
9896
session,
9997
imp,

0 commit comments

Comments
 (0)