Skip to content

Commit

Permalink
Fix doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Bukaj committed Nov 16, 2014
1 parent 3ee9f0d commit 892d4e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libstd/sync/task_pool.rs
Expand Up @@ -52,8 +52,8 @@ impl<'a> Drop for Sentinel<'a> {
/// # Example
///
/// ```rust
/// # use sync::TaskPool;
/// # use iter::AdditiveIterator;
/// # use std::sync::TaskPool;
/// # use std::iter::AdditiveIterator;
///
/// let pool = TaskPool::new(4u);
///
Expand Down

5 comments on commit 892d4e2

@bors
Copy link
Contributor

@bors bors commented on 892d4e2 Nov 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 892d4e2 Nov 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging jakub-/rust/roll-up = 892d4e2 into auto

@bors
Copy link
Contributor

@bors bors commented on 892d4e2 Nov 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jakub-/rust/roll-up = 892d4e2 merged ok, testing candidate = 0c7a3d6

@bors
Copy link
Contributor

@bors bors commented on 892d4e2 Nov 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 892d4e2 Nov 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 0c7a3d6

Please sign in to comment.