Skip to content

Commit

Permalink
Fix formatting in the docs for std::process::Command::envs().
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
s3rvac committed Mar 24, 2017
1 parent e703b33 commit 9b0a4a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libstd/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ impl Command {
/// # Examples
///
/// Basic usage:
///
/// ```no_run
/// use std::process::{Command, Stdio};
/// use std::env;
Expand Down

0 comments on commit 9b0a4a4

Please sign in to comment.