about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorRaphaƫl Huchet <rap2hpoutre@users.noreply.github.com>2017-05-05 12:07:14 +0200
committerGitHub <noreply@github.com>2017-05-05 12:07:14 +0200
commit71aaab1c360f9910238258fb4025b3bd5d5c0645 (patch)
treed4f95994fc53ba6763e17d33298b8e72481dd124 /src/libstd
parent68bb5414624d80bec29883c324eb239be73e749d (diff)
downloadrust-71aaab1c360f9910238258fb4025b3bd5d5c0645.tar.gz
rust-71aaab1c360f9910238258fb4025b3bd5d5c0645.zip
Update mod.rs
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/thread/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/thread/mod.rs b/src/libstd/thread/mod.rs
index 2ce5a7262d9..279fe0376d2 100644
--- a/src/libstd/thread/mod.rs
+++ b/src/libstd/thread/mod.rs
@@ -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.