Drop smallvec

This commit is contained in:
Richard Feldman 2019-06-19 21:37:48 -04:00
parent 6294e77159
commit 1556cf1fc9
7 changed files with 16 additions and 30 deletions

View file

@ -12,5 +12,4 @@ extern crate dogged;
extern crate im_rc;
extern crate smallvec;
#[macro_use] extern crate combine;