Fix formatting in the docs for std::process::Command::envs().
An empty line between the "Basic usage:" text and the example is required to properly format the code. Without the empty line, the example is not formatted as code.
This commit is contained in:
parent
e703b33e3e
commit
9b0a4a4e97
@ -437,6 +437,7 @@ impl Command {
|
||||
/// # Examples
|
||||
///
|
||||
/// Basic usage:
|
||||
///
|
||||
/// ```no_run
|
||||
/// use std::process::{Command, Stdio};
|
||||
/// use std::env;
|
||||
|
Loading…
x
Reference in New Issue
Block a user