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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user