Skip to content

Commit

Permalink
Rollup merge of #62248 - RalfJung:release-notes, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
before_exec actually will only get deprecated with 1.37

Not sure if we usually fix old release notes, but I just found this when scrolling over them.
  • Loading branch information
Centril authored Jun 30, 2019
2 parents 43eba5f + c0fb347 commit 1abbf4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 1abbf4b

Please sign in to comment.