Fix fallout of removing default bounds
This is all purely fallout of getting the previous commit to compile.
This commit is contained in:
parent
bdd24b2a56
commit
bb9172d7b5
61 changed files with 378 additions and 364 deletions
|
@ -53,7 +53,7 @@ use rt::rtio::{RtioProcess, IoFactory, LocalIo};
|
|||
/// assert!(child.wait().success());
|
||||
/// ```
|
||||
pub struct Process {
|
||||
priv handle: ~RtioProcess,
|
||||
priv handle: ~RtioProcess:Send,
|
||||
|
||||
/// Handle to the child's stdin, if the `stdin` field of this process's
|
||||
/// `ProcessConfig` was `CreatePipe`. By default, this handle is `Some`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue