]> git.lizzy.rs Git - rust.git/commitdiff
Update mod.rs
authorRaphaël Huchet <rap2hpoutre@users.noreply.github.com>
Fri, 5 May 2017 10:07:14 +0000 (12:07 +0200)
committerGitHub <noreply@github.com>
Fri, 5 May 2017 10:07:14 +0000 (12:07 +0200)
src/libstd/thread/mod.rs

index 2ce5a7262d971fa7a0636f3e36de9cfcd94a79af..279fe0376d29dcaddda5d54300399b460bfe7937 100644 (file)
@@ -864,7 +864,7 @@ fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
 ////////////////////////////////////////////////////////////////////////////////
 
 /// 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.