Skip to content

Commit 06ea7d4

Browse files
committed
fix doc error
1 parent 32ae1e6 commit 06ea7d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/fspy/src/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ impl Command {
200200
///
201201
/// # Safety
202202
///
203-
/// https://doc.rust-lang.org/1.91.1/std/os/unix/process/trait.CommandExt.html#tymethod.pre_exec
203+
/// <https://doc.rust-lang.org/1.91.1/std/os/unix/process/trait.CommandExt.html#tymethod.pre_exec>
204204
#[cfg(unix)]
205205
pub unsafe fn pre_exec<F>(&mut self, f: F) -> &mut Self
206206
where

0 commit comments

Comments
 (0)