File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ pub trait CommandExt {
65
65
///
66
66
/// [`pre_exec`]: #tymethod.pre_exec
67
67
#[ stable( feature = "process_exec" , since = "1.15.0" ) ]
68
- #[ rustc_deprecated( since = "1.34 .0" , reason = "should be unsafe, use `pre_exec` instead" ) ]
68
+ #[ rustc_deprecated( since = "1.37 .0" , reason = "should be unsafe, use `pre_exec` instead" ) ]
69
69
fn before_exec < F > ( & mut self , f : F ) -> & mut process:: Command
70
70
where F : FnMut ( ) -> io:: Result < ( ) > + Send + Sync + ' static
71
71
{
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ pub trait CommandExt {
65
65
///
66
66
/// [`pre_exec`]: #tymethod.pre_exec
67
67
#[ stable( feature = "process_exec" , since = "1.15.0" ) ]
68
- #[ rustc_deprecated( since = "1.34 .0" , reason = "should be unsafe, use `pre_exec` instead" ) ]
68
+ #[ rustc_deprecated( since = "1.37 .0" , reason = "should be unsafe, use `pre_exec` instead" ) ]
69
69
fn before_exec < F > ( & mut self , f : F ) -> & mut process:: Command
70
70
where F : FnMut ( ) -> io:: Result < ( ) > + Send + Sync + ' static
71
71
{
You can’t perform that action at this time.
0 commit comments