diff options
| author | bors <bors@rust-lang.org> | 2017-10-21 14:04:15 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-10-21 14:04:15 +0000 |
| commit | 7e70546ddbeb8949fcae958d40ead4e4fbcc9d2b (patch) | |
| tree | 823d9a763ba57432396794516a06c87408d451f9 /src/libstd/process.rs | |
| parent | d532ba7c627a558410e3f21efbb149540c1461e9 (diff) | |
| parent | 6ed7927fa0d99b2321d3fa44334e63d5412ba696 (diff) | |
| download | rust-7e70546ddbeb8949fcae958d40ead4e4fbcc9d2b.tar.gz rust-7e70546ddbeb8949fcae958d40ead4e4fbcc9d2b.zip | |
Auto merge of #45430 - frewsxcv:rollup, r=frewsxcv
Rollup of 6 pull requests - Successful merges: #45227, #45356, #45407, #45411, #45418, #45419 - Failed merges: #45421
Diffstat (limited to 'src/libstd/process.rs')
| -rw-r--r-- | src/libstd/process.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/process.rs b/src/libstd/process.rs index 533f6590f83..7c107177c64 100644 --- a/src/libstd/process.rs +++ b/src/libstd/process.rs @@ -343,7 +343,7 @@ impl Command { /// The search path to be used may be controlled by setting the /// `PATH` environment variable on the Command, /// but this has some implementation limitations on Windows - /// (see https://github.com/rust-lang/rust/issues/37519). + /// (see <https://github.com/rust-lang/rust/issues/37519>). /// /// # Examples /// |
