mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
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 @@ pub fn env<K, V>(&mut self, key: K, val: V) -> &mut Command
|
||||
/// # Examples
|
||||
///
|
||||
/// Basic usage:
|
||||
///
|
||||
/// ```no_run
|
||||
/// use std::process::{Command, Stdio};
|
||||
/// use std::env;
|
||||
|
||||
Reference in New Issue
Block a user