Update mod.rs

This commit is contained in:
Raphaël Huchet 2017-05-05 12:07:14 +02:00 committed by GitHub
parent 68bb541462
commit 71aaab1c36

View File

@ -864,7 +864,7 @@ impl fmt::Debug for Thread {
////////////////////////////////////////////////////////////////////////////////
/// A specialized [`Result`] type for threads.
///
///
/// Indicates the manner in which a thread exited.
///
/// A thread that completes without panicking is considered to exit successfully.