We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ae1e6 commit 06ea7d4Copy full SHA for 06ea7d4
1 file changed
crates/fspy/src/command.rs
@@ -200,7 +200,7 @@ impl Command {
200
///
201
/// # Safety
202
203
- /// https://doc.rust-lang.org/1.91.1/std/os/unix/process/trait.CommandExt.html#tymethod.pre_exec
+ /// <https://doc.rust-lang.org/1.91.1/std/os/unix/process/trait.CommandExt.html#tymethod.pre_exec>
204
#[cfg(unix)]
205
pub unsafe fn pre_exec<F>(&mut self, f: F) -> &mut Self
206
where
0 commit comments