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
@@ -2,7 +2,6 @@
#![cfg_attr(feature = "clippy", plugin(clippy))]
#![plugin(serde_macros)]
extern crate num;
extern crate rustc_serialize;
extern crate serde;
extern crate test;