Merge pull request #864 from hyperium/less-deps

refactor(header): internalize traitobject and typeable
This commit is contained in:
Sean McArthur
2016-07-14 20:36:43 -07:00
committed by GitHub
3 changed files with 40 additions and 12 deletions

View File

@@ -29,8 +29,6 @@ extern crate unicase;
extern crate httparse;
extern crate rotor;
extern crate spmc;
extern crate traitobject;
extern crate typeable;
extern crate vecio;
#[macro_use]