From 0ada7c7ffe453b9df849996f8dca0b8d0f2d9e62 Mon Sep 17 00:00:00 2001 From: reedlepee Date: Sun, 20 Oct 2013 06:03:09 +0530 Subject: Making fields in std and extra : private #4386 --- src/libstd/run.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/libstd/run.rs') diff --git a/src/libstd/run.rs b/src/libstd/run.rs index a4060586318..ccb8de81857 100644 --- a/src/libstd/run.rs +++ b/src/libstd/run.rs @@ -29,12 +29,13 @@ use task; * for the process to terminate. */ pub struct Process { + // already priv priv inner: process::Process, } /// Options that can be given when starting a Process. pub struct ProcessOptions<'self> { - + // All were made priv by reedlepee /** * If this is None then the new process will have the same initial * environment as the parent process. @@ -99,7 +100,7 @@ impl <'self> ProcessOptions<'self> { /// The output of a finished process. pub struct ProcessOutput { - + /// made priv by reedlepee /// The status (exit code) of the process. status: int, -- cgit 1.4.1-3-g733a5