diff options
| author | Ralf Jung <post@ralfj.de> | 2019-06-30 18:29:39 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2019-06-30 18:30:46 +0200 |
| commit | c0fb34795a37c8e26d4d8d1bbccaa011b922a5b6 (patch) | |
| tree | c0a9729b90c047b3b4c9f43f3ba850f4af71b047 | |
| parent | 3467e2120c92ff3f12df51e2b292adbf492ed1e0 (diff) | |
| download | rust-c0fb34795a37c8e26d4d8d1bbccaa011b922a5b6.tar.gz rust-c0fb34795a37c8e26d4d8d1bbccaa011b922a5b6.zip | |
before_exec actually will only get deprecated with 1.37
| -rw-r--r-- | RELEASES.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASES.md b/RELEASES.md index b6e2171f6ee..5ceeea8d037 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -309,9 +309,9 @@ Misc Compatibility Notes ------------------- -- [`Command::before_exec` is now deprecated in favor of the - unsafe method `Command::pre_exec`.][58059] -- [Use of `ATOMIC_{BOOL, ISIZE, USIZE}_INIT` is now deprecated.][57425] As you +- [`Command::before_exec` is being replaced by the unsafe method + `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 can now use `const` functions in `static` variables. [58370]: https://github.com/rust-lang/rust/pull/58370/ |
