diff options
| author | Felix Rabe <felix@rabe.io> | 2018-08-07 16:38:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-07 16:38:02 +0200 |
| commit | c574720d88f9310ed3fc0489c9a8d5c3ef832c2c (patch) | |
| tree | b494eee6d2665c2c3a9135129d63047ff9ef61d2 /src/libstd/sync | |
| parent | b1f47aa8380c8dbe7fbd2d96d685cd1f28cc1a6d (diff) | |
| download | rust-c574720d88f9310ed3fc0489c9a8d5c3ef832c2c.tar.gz rust-c574720d88f9310ed3fc0489c9a8d5c3ef832c2c.zip | |
Rephrase
Diffstat (limited to 'src/libstd/sync')
| -rw-r--r-- | src/libstd/sync/mpsc/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/sync/mpsc/mod.rs b/src/libstd/sync/mpsc/mod.rs index e82f40ff96f..de553556207 100644 --- a/src/libstd/sync/mpsc/mod.rs +++ b/src/libstd/sync/mpsc/mod.rs @@ -1249,8 +1249,8 @@ impl<T> Receiver<T> { /// /// # Panics /// - /// There is currently a known issue with this function ([`#39364`]) that - /// causes `recv_timeout` to panic unexpectedly with the following example: + /// There is currently a known issue with this `recv_timeout` (see [`#39364`]) + /// that causes it to panic unexpectedly with the following example: /// /// ```no_run /// use std::sync::mpsc::channel; |
