refactor(header): only import langtag macro for tests
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user