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:
Petr Zemek
2017-03-24 09:42:21 +01:00
parent e703b33e3e
commit 9b0a4a4e97

View File

@@ -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;