We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f47aa commit c574720Copy full SHA for c574720
src/libstd/sync/mpsc/mod.rs
@@ -1249,8 +1249,8 @@ impl<T> Receiver<T> {
1249
///
1250
/// # Panics
1251
1252
- /// There is currently a known issue with this function ([`#39364`]) that
1253
- /// 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:
1254
1255
/// ```no_run
1256
/// use std::sync::mpsc::channel;
0 commit comments