]> git.lizzy.rs Git - rust.git/commit
Fix formatting in the docs for std::process::Command::envs().
authorPetr Zemek <s3rvac@gmail.com>
Fri, 24 Mar 2017 08:42:21 +0000 (09:42 +0100)
committerPetr Zemek <s3rvac@gmail.com>
Fri, 24 Mar 2017 08:42:21 +0000 (09:42 +0100)
commit9b0a4a4e97c4977aae45934d2138d8db27b16843
tree1a737dc00557796b071efbab7a16fb38dbe7fb57
parente703b33e3e03d1078c8825e1f64ecfb45884f5cb
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.
src/libstd/process.rs