This commit is contained in:
Felix Rabe
2018-08-07 16:38:02 +02:00
committed by GitHub
parent b1f47aa838
commit c574720d88

View File

@@ -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;