File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,7 @@ pub trait CommandExt {
4848 /// This also means that all resources such as file descriptors and
4949 /// memory-mapped regions got duplicated. It is your responsibility to make
5050 /// sure that the closure does not violate library invariants by making
51- /// invalid use of these duplicates. Moreover, POSIX demands that you only
52- /// perform operations that are explicitly documented as async-signal-safe.
51+ /// invalid use of these duplicates.
5352 ///
5453 /// When this closure is run, aspects such as the stdio file descriptors and
5554 /// working directory have successfully been changed, so output to these
Original file line number Diff line number Diff line change @@ -48,8 +48,7 @@ pub trait CommandExt {
4848 /// This also means that all resources such as file descriptors and
4949 /// memory-mapped regions got duplicated. It is your responsibility to make
5050 /// sure that the closure does not violate library invariants by making
51- /// invalid use of these duplicates. Moreover, POSIX demands that you only
52- /// perform operations that are explicitly documented as async-signal-safe.
51+ /// invalid use of these duplicates.
5352 ///
5453 /// When this closure is run, aspects such as the stdio file descriptors and
5554 /// working directory have successfully been changed, so output to these
You can’t perform that action at this time.
0 commit comments