before_exec actually will only get deprecated with 1.37

This commit is contained in:
Ralf Jung 2019-06-30 18:29:39 +02:00
parent 3467e2120c
commit c0fb34795a
1 changed files with 3 additions and 3 deletions

View File

@ -309,9 +309,9 @@ Misc
Compatibility Notes Compatibility Notes
------------------- -------------------
- [`Command::before_exec` is now deprecated in favor of the - [`Command::before_exec` is being replaced by the unsafe method
unsafe method `Command::pre_exec`.][58059] `Command::pre_exec`][58059] and will be deprecated with Rust 1.37.0.
- [Use of `ATOMIC_{BOOL, ISIZE, USIZE}_INIT` is now deprecated.][57425] As you - [Use of `ATOMIC_{BOOL, ISIZE, USIZE}_INIT` is now deprecated][57425] as you
can now use `const` functions in `static` variables. can now use `const` functions in `static` variables.
[58370]: https://github.com/rust-lang/rust/pull/58370/ [58370]: https://github.com/rust-lang/rust/pull/58370/