Skip to content

Commit 65b144c

Browse files
committed
Stabilize std::os::unix::process::CommandExt::before_exec
1 parent 9e8fd24 commit 65b144c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sys/unix/ext/process.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pub trait CommandExt {
5656
/// When this closure is run, aspects such as the stdio file descriptors and
5757
/// working directory have successfully been changed, so output to these
5858
/// locations may not appear where intended.
59-
#[unstable(feature = "process_exec", issue = "31398")]
59+
#[stable(feature = "process_exec", since = "1.15.0")]
6060
fn before_exec<F>(&mut self, f: F) -> &mut process::Command
6161
where F: FnMut() -> io::Result<()> + Send + Sync + 'static;
6262

0 commit comments

Comments
 (0)