Skip to content

Commit 94b42f4

Browse files
committed
Upgrade to rustc 7e43f419c 2014-11-15.
1 parent c0628fb commit 94b42f4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/color.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use std::ascii::AsciiExt;
66
use std::fmt;
7+
use std::num::{Float, FloatMath};
78

89
use ast::*;
910

src/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use std::io;
66
use std::io::{File, Command, Writer, TempDir, IoResult};
7+
use std::num::Float;
78
use serialize::{json};
89
use serialize::json::ToJson;
910
use test;

0 commit comments

Comments
 (0)