feat(de): Remove dependency on the num crate.

This commit is contained in:
Erick Tryzelaar
2016-02-21 21:22:58 -08:00
parent 1132c0b0e1
commit 49b0bfd257
14 changed files with 410 additions and 204 deletions
-1
View File
@@ -1,7 +1,6 @@
#![cfg_attr(feature = "nightly", feature(plugin))]
#![cfg_attr(feature = "nightly", plugin(clippy))]
extern crate num;
extern crate serde;
include!(concat!(env!("OUT_DIR"), "/test.rs"));