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
1 changed files with 1 additions and 0 deletions
|
|
@ -437,6 +437,7 @@ impl Command {
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
/// Basic usage:
|
/// Basic usage:
|
||||||
|
///
|
||||||
/// ```no_run
|
/// ```no_run
|
||||||
/// use std::process::{Command, Stdio};
|
/// use std::process::{Command, Stdio};
|
||||||
/// use std::env;
|
/// use std::env;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue