diff options
| author | Jorge Aparicio <japaricious@gmail.com> | 2015-03-10 23:13:29 -0500 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2015-03-16 21:56:31 -0500 |
| commit | 633c593bc3f9787decfaf943cdc5659f132ade50 (patch) | |
| tree | a2fbb04334457b3f8fdbe47690c40b5e8835529f /src/libstd/num | |
| parent | 5b118f5ecde796ad62fa349a045d7ad8129b711c (diff) | |
| download | rust-633c593bc3f9787decfaf943cdc5659f132ade50.tar.gz rust-633c593bc3f9787decfaf943cdc5659f132ade50.zip | |
impl<T> [T]
Diffstat (limited to 'src/libstd/num')
| -rw-r--r-- | src/libstd/num/strconv.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/num/strconv.rs b/src/libstd/num/strconv.rs index 968ffcf6225..ea1e05df85f 100644 --- a/src/libstd/num/strconv.rs +++ b/src/libstd/num/strconv.rs @@ -23,6 +23,7 @@ use char; use num::{self, Int, Float, ToPrimitive}; use num::FpCategory as Fp; use ops::FnMut; +#[cfg(stage0)] use slice::SliceExt; #[cfg(stage0)] use str::StrExt; |
