Skip to content

Commit c0fb347

Browse files
committed
before_exec actually will only get deprecated with 1.37
1 parent 3467e21 commit c0fb347

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASES.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,9 @@ Misc
309309

310310
Compatibility Notes
311311
-------------------
312-
- [`Command::before_exec` is now deprecated in favor of the
313-
unsafe method `Command::pre_exec`.][58059]
314-
- [Use of `ATOMIC_{BOOL, ISIZE, USIZE}_INIT` is now deprecated.][57425] As you
312+
- [`Command::before_exec` is being replaced by the unsafe method
313+
`Command::pre_exec`][58059] and will be deprecated with Rust 1.37.0.
314+
- [Use of `ATOMIC_{BOOL, ISIZE, USIZE}_INIT` is now deprecated][57425] as you
315315
can now use `const` functions in `static` variables.
316316

317317
[58370]: https://github.com/rust-lang/rust/pull/58370/

0 commit comments

Comments
 (0)