Fix formatting nit in process.rs
This commit is contained in:
parent
e77a8f439c
commit
0f418520c6
1 changed files with 1 additions and 1 deletions
|
@ -1836,7 +1836,7 @@ impl crate::sealed::Sealed for ExitStatusError {}
|
|||
/// # if cfg!(unix) {
|
||||
/// use std::process::{Command, ExitStatusError};
|
||||
///
|
||||
/// fn run(cmd: &str) -> Result<(),ExitStatusError> {
|
||||
/// fn run(cmd: &str) -> Result<(), ExitStatusError> {
|
||||
/// Command::new(cmd).status().unwrap().exit_ok()?;
|
||||
/// Ok(())
|
||||
/// }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue