File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,7 @@ pub trait CommandExt {
48
48
/// This also means that all resources such as file descriptors and
49
49
/// memory-mapped regions got duplicated. It is your responsibility to make
50
50
/// 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.
53
52
///
54
53
/// When this closure is run, aspects such as the stdio file descriptors and
55
54
/// 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 {
48
48
/// This also means that all resources such as file descriptors and
49
49
/// memory-mapped regions got duplicated. It is your responsibility to make
50
50
/// 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.
53
52
///
54
53
/// When this closure is run, aspects such as the stdio file descriptors and
55
54
/// working directory have successfully been changed, so output to these
You can’t perform that action at this time.
0 commit comments