Less words better than moar words

This commit is contained in:
Felix Rabe
2018-08-07 16:39:09 +02:00
committed by GitHub
parent c574720d88
commit 6e2051cd08

View File

@@ -1249,8 +1249,8 @@ impl<T> Receiver<T> {
/// ///
/// # Panics /// # Panics
/// ///
/// There is currently a known issue with this `recv_timeout` (see [`#39364`]) /// There is currently a known issue (see [`#39364`]) that causes `recv_timeout`
/// that causes it to panic unexpectedly with the following example: /// to panic unexpectedly with the following example:
/// ///
/// ```no_run /// ```no_run
/// use std::sync::mpsc::channel; /// use std::sync::mpsc::channel;