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 @@
#![feature(test, custom_attribute, custom_derive, plugin)]
#![plugin(serde_macros)]
extern crate num;
extern crate serde;
extern crate test;