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 c574720 commit 6e2051cCopy full SHA for 6e2051c
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 `recv_timeout` (see [`#39364`])
1253
- /// that causes it to panic unexpectedly with the following example:
+ /// There is currently a known issue (see [`#39364`]) that causes `recv_timeout`
+ /// to panic unexpectedly with the following example:
1254
1255
/// ```no_run
1256
/// use std::sync::mpsc::channel;
0 commit comments