rust/crates/ra_cargo_watch
Aleksey Kladov 5559d6b8a8 Prevent child cargo process from messing with our stdin
By default, `spawn` inherits stderr/stdout/stderr of the parent
process, and so, if child, for example does fcntl(O_NONBLOCK), weird
stuff happens to us.

Closes https://github.com/rust-analyzer/lsp-server/pull/10
2020-02-01 16:25:44 +01:00
..
src Prevent child cargo process from messing with our stdin 2020-02-01 16:25:44 +01:00
Cargo.toml Parse cargo output a line at a time. 2020-01-29 13:40:27 +01:00