about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-10-19 17:53:17 +0000
committerbors <bors@rust-lang.org>2020-10-19 17:53:17 +0000
commita85e94927622665a9e9022de0d33a890a2e32d43 (patch)
tree20dc9e11e957cbf41cbec568cee8fae0508c2de5 /library/std/src
parentf90e6173053f7e6b377d7f75367b511ceee7d9d1 (diff)
parentcbcf8d4235148836a109d2038467c9a27f0f4be2 (diff)
downloadrust-a85e94927622665a9e9022de0d33a890a2e32d43.tar.gz
rust-a85e94927622665a9e9022de0d33a890a2e32d43.zip
Auto merge of #78106 - GuillaumeGomez:rollup-06vwk7p, r=GuillaumeGomez
Rollup of 4 pull requests

Successful merges:

 - #77877 (Use `try{}` in `try_fold` to decouple iterators in the library from `Try` details)
 - #78089 (Fix issue with specifying generic arguments for primitive types)
 - #78099 (Add missing punctuation)
 - #78103 (Add link to rustdoc book in rustdoc help popup)

Failed merges:

r? `@ghost`
Diffstat (limited to 'library/std/src')
-rw-r--r--library/std/src/process.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/process.rs b/library/std/src/process.rs
index 3d238b7f764..a1499467744 100644
--- a/library/std/src/process.rs
+++ b/library/std/src/process.rs
@@ -1184,7 +1184,7 @@ impl Stdio {
     }
 
     /// This stream will be ignored. This is the equivalent of attaching the
-    /// stream to `/dev/null`
+    /// stream to `/dev/null`.
     ///
     /// # Examples
     ///