Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Commit

Permalink
fix(doctest): fix fallout of numeric reform
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Nov 16, 2014
1 parent 3198ea9 commit 143e33a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/divide.rs
Expand Up @@ -19,6 +19,7 @@ use std::{cmp, iter, mem, raw, task};
/// Parallel map
///
/// ```
/// use std::num::FloatMath;
/// use std::rand::{Rng, XorShiftRng, mod};
///
/// let ref mut rng: XorShiftRng = rand::task_rng().gen();
Expand Down

0 comments on commit 143e33a

Please sign in to comment.