Drop unused num and fraction crates

This commit is contained in:
Richard Feldman 2019-11-26 17:23:26 -05:00
parent 781bb23922
commit 9956c57122
3 changed files with 0 additions and 93 deletions

View file

@ -21,10 +21,8 @@ pub mod types;
pub mod unify;
extern crate bumpalo;
extern crate fraction;
extern crate im_rc;
extern crate inkwell;
extern crate num;
extern crate wyhash;
#[macro_use]