"Panics" -> "Known Issues"; rm trailing WS

This commit is contained in:
Felix Rabe 2018-08-07 17:34:34 +02:00 committed by GitHub
parent 6e2051cd08
commit 025f41f4c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1247,7 +1247,7 @@ impl<T> Receiver<T> {
/// [`SyncSender`]: struct.SyncSender.html
/// [`Err`]: ../../../std/result/enum.Result.html#variant.Err
///
/// # Panics
/// # Known Issues
///
/// There is currently a known issue (see [`#39364`]) that causes `recv_timeout`
/// to panic unexpectedly with the following example: