Fix doctests

This commit is contained in:
Jakub Bukaj 2014-11-16 12:22:40 +01:00
parent 3ee9f0df54
commit 892d4e28f4

View File

@ -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);
///