Rollup merge of #139058 - barafael:patch-1, r=joboet
Fix formatting nit in process.rs Minor formatting issue in `process.rs`.
This commit is contained in:
commit
660e8633f3
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