diff options
| author | Raphaƫl Huchet <rap2hpoutre@users.noreply.github.com> | 2017-05-05 12:07:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-05 12:07:14 +0200 |
| commit | 71aaab1c360f9910238258fb4025b3bd5d5c0645 (patch) | |
| tree | d4f95994fc53ba6763e17d33298b8e72481dd124 /src/libstd/thread/mod.rs | |
| parent | 68bb5414624d80bec29883c324eb239be73e749d (diff) | |
| download | rust-71aaab1c360f9910238258fb4025b3bd5d5c0645.tar.gz rust-71aaab1c360f9910238258fb4025b3bd5d5c0645.zip | |
Update mod.rs
Diffstat (limited to 'src/libstd/thread/mod.rs')
| -rw-r--r-- | src/libstd/thread/mod.rs | 2 |
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. |
