]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #40794 - s3rvac:fix-formatting-in-command-envs-docs, r=steveklabnik
authorCorey Farwell <coreyf@rwell.org>
Fri, 24 Mar 2017 23:13:15 +0000 (18:13 -0500)
committerGitHub <noreply@github.com>
Fri, 24 Mar 2017 23:13:15 +0000 (18:13 -0500)
commit0566e13ed47dec29dc6a85de0d9ce8a2d68c1501
tree852e810fd2470d6e9e2a4087396be2ebf0b7e55d
parenteb6f09ce24dd5b34936ee8fa9db963c225129cb5
parent432673a8ddbe5b62c8a15b7bc0141cf9a303866a
Rollup merge of #40794 - s3rvac:fix-formatting-in-command-envs-docs, r=steveklabnik

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.

[Here](https://doc.rust-lang.org/std/process/struct.Command.html#method.envs) you can see the current (improper) formatting.