Skip to content

Commit eba599d

Browse files
bors[bot]matklad
andauthored
Merge #2972
2972: Prevent child cargo process from messing with our stdin r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
2 parents a878f39 + 5559d6b commit eba599d

File tree

1 file changed

+1
-0
lines changed
  • crates/ra_cargo_watch/src

1 file changed

+1
-0
lines changed

crates/ra_cargo_watch/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ impl WatchThread {
343343
.args(&args)
344344
.stdout(Stdio::piped())
345345
.stderr(Stdio::null())
346+
.stdin(Stdio::null())
346347
.spawn()
347348
.expect("couldn't launch cargo");
348349

0 commit comments

Comments
 (0)