diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-12 09:13:47 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-12 09:13:47 +0530 |
| commit | 0a74387b642bfc6ba0c8de723942eafae440bc4a (patch) | |
| tree | 109b0be66b72fa83a755169299dbcbdc3e2b8b97 /src/libstd/sync/task_pool.rs | |
| parent | 2c251fa84694112890d879cd5fe05d18006f0a0c (diff) | |
| parent | 64ab111b5387e9985df188a970350c9e6c7f1451 (diff) | |
| download | rust-0a74387b642bfc6ba0c8de723942eafae440bc4a.tar.gz rust-0a74387b642bfc6ba0c8de723942eafae440bc4a.zip | |
Rollup merge of #23297 - steveklabnik:examples, r=huonw
This brings comments in line with https://github.com/rust-lang/rfcs/blob/master/text/0505-api-comment-conventions.md#using-markdown
Diffstat (limited to 'src/libstd/sync/task_pool.rs')
| -rw-r--r-- | src/libstd/sync/task_pool.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sync/task_pool.rs b/src/libstd/sync/task_pool.rs index e41bc6d8683..3d31790550b 100644 --- a/src/libstd/sync/task_pool.rs +++ b/src/libstd/sync/task_pool.rs @@ -58,7 +58,7 @@ impl<'a> Drop for Sentinel<'a> { /// Spawns `n` worker threads and replenishes the pool if any worker threads /// panic. /// -/// # Example +/// # Examples /// /// ```rust /// use std::sync::TaskPool; |
