"Panics" -> "Known Issues"; rm trailing WS
This commit is contained in:
@@ -1247,7 +1247,7 @@ impl<T> Receiver<T> {
|
|||||||
/// [`SyncSender`]: struct.SyncSender.html
|
/// [`SyncSender`]: struct.SyncSender.html
|
||||||
/// [`Err`]: ../../../std/result/enum.Result.html#variant.Err
|
/// [`Err`]: ../../../std/result/enum.Result.html#variant.Err
|
||||||
///
|
///
|
||||||
/// # Panics
|
/// # Known Issues
|
||||||
///
|
///
|
||||||
/// There is currently a known issue (see [`#39364`]) that causes `recv_timeout`
|
/// There is currently a known issue (see [`#39364`]) that causes `recv_timeout`
|
||||||
/// to panic unexpectedly with the following example:
|
/// to panic unexpectedly with the following example:
|
||||||
@@ -1256,7 +1256,7 @@ impl<T> Receiver<T> {
|
|||||||
/// use std::sync::mpsc::channel;
|
/// use std::sync::mpsc::channel;
|
||||||
/// use std::thread;
|
/// use std::thread;
|
||||||
/// use std::time::Duration;
|
/// use std::time::Duration;
|
||||||
///
|
///
|
||||||
/// let (tx, rx) = channel::<String>();
|
/// let (tx, rx) = channel::<String>();
|
||||||
///
|
///
|
||||||
/// thread::spawn(move || {
|
/// thread::spawn(move || {
|
||||||
|
|||||||
Reference in New Issue
Block a user