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
..
2020-01-31 22:12:18 +02:00
2019-12-13 18:16:34 +08:00
2019-11-17 18:35:05 +03:00
2020-01-31 21:07:21 +02:00
2020-01-28 16:22:18 +00:00
2020-01-31 13:34:44 +01:00
2020-01-29 20:09:49 +00:00
2020-01-30 18:01:38 +01:00
2020-01-22 13:02:21 +02:00
2019-11-17 18:35:05 +03:00
2019-12-18 13:10:37 +08:00
2019-11-17 18:35:05 +03:00
2020-01-30 13:17:56 +01:00