refactor(header): only import langtag macro for tests

This commit is contained in:
Sean McArthur
2017-01-23 11:18:48 -08:00
parent ab254c9103
commit 7d400398ab

View File

@@ -17,7 +17,7 @@
#[macro_use] extern crate futures; #[macro_use] extern crate futures;
extern crate futures_cpupool; extern crate futures_cpupool;
extern crate httparse; extern crate httparse;
#[macro_use] extern crate language_tags; #[cfg_attr(test, macro_use)] extern crate language_tags;
#[macro_use] extern crate log; #[macro_use] extern crate log;
#[macro_use] pub extern crate mime; #[macro_use] pub extern crate mime;
extern crate relay; extern crate relay;