We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f125ad2 + 725202a commit c430e62Copy full SHA for c430e62
std/src/process.rs
@@ -1836,7 +1836,7 @@ impl crate::sealed::Sealed for ExitStatusError {}
1836
/// # if cfg!(unix) {
1837
/// use std::process::{Command, ExitStatusError};
1838
///
1839
-/// fn run(cmd: &str) -> Result<(),ExitStatusError> {
+/// fn run(cmd: &str) -> Result<(), ExitStatusError> {
1840
/// Command::new(cmd).status().unwrap().exit_ok()?;
1841
/// Ok(())
1842
/// }
0 commit comments