Skip to content

Commit 9b0a4a4

Browse files
committed
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.
1 parent e703b33 commit 9b0a4a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/process.rs

+1
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ impl Command {
437437
/// # Examples
438438
///
439439
/// Basic usage:
440+
///
440441
/// ```no_run
441442
/// use std::process::{Command, Stdio};
442443
/// use std::env;

0 commit comments

Comments
 (0)