We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87bbe0b commit b8c3f1eCopy full SHA for b8c3f1e
library/std/src/os/unix/process.rs
@@ -114,7 +114,7 @@ pub trait CommandExt: Sealed {
114
/// `before_exec` used to be a safe method, but it needs to be unsafe since the closure may only
115
/// perform operations that are *async-signal-safe*. Hence it got deprecated in favor of the
116
/// unsafe [`pre_exec`]. Meanwhile, Rust gained the ability to make an existing safe method
117
- /// fully unsafe in a new edition, which is how `before_exec` became `unsafe`It still also
+ /// fully unsafe in a new edition, which is how `before_exec` became `unsafe`. It still also
118
/// remains deprecated; `pre_exec` should be used instead.
119
///
120
/// [`pre_exec`]: CommandExt::pre_exec
0 commit comments