about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-02-21 09:46:49 -0800
committerbors <bors@rust-lang.org>2014-02-21 09:46:49 -0800
commitb5995b4e93237fe0d1c0ea76e33eb2429f654487 (patch)
tree0a71ca876e0bdd52f90f6f0a0b24c766ea4ce82d /src/test
parentf8893ed5d97180dc51d82df1bdbab989c4bde46d (diff)
parent3a9eca3a7be3ea156147fb8ed00a6447112e74d7 (diff)
downloadrust-b5995b4e93237fe0d1c0ea76e33eb2429f654487.tar.gz
rust-b5995b4e93237fe0d1c0ea76e33eb2429f654487.zip
auto merge of #12326 : bjz/rust/integer, r=alexcrichton
This is part of the effort to simplify `std::num`, as tracked in issue #10387.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/bench/shootout-pidigits.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/bench/shootout-pidigits.rs b/src/test/bench/shootout-pidigits.rs
index 93ef2b7bb82..71cd176a836 100644
--- a/src/test/bench/shootout-pidigits.rs
+++ b/src/test/bench/shootout-pidigits.rs
@@ -14,6 +14,7 @@ use std::from_str::FromStr;
 use std::num::One;
 use std::num::Zero;
 use std::num::FromPrimitive;
+use num::Integer;
 use num::bigint::BigInt;
 
 struct Context {