We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43eba5f + c0fb347 commit 1abbf4bCopy full SHA for 1abbf4b
RELEASES.md
@@ -309,9 +309,9 @@ Misc
309
310
Compatibility Notes
311
-------------------
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
+- [`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
315
can now use `const` functions in `static` variables.
316
317
[58370]: https://github.com/rust-lang/rust/pull/58370/
0 commit comments