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

Commit 143e33a

Browse files
author
Jorge Aparicio
committed
fix(doctest): fix fallout of numeric reform
See rust-lang/rust#18827
1 parent 3198ea9 commit 143e33a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/divide.rs

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ use std::{cmp, iter, mem, raw, task};
1919
/// Parallel map
2020
///
2121
/// ```
22+
/// use std::num::FloatMath;
2223
/// use std::rand::{Rng, XorShiftRng, mod};
2324
///
2425
/// let ref mut rng: XorShiftRng = rand::task_rng().gen();

0 commit comments

Comments
 (0)