move mime classifier unit tests into unit test crate

This commit is contained in:
Edward Cho 2015-04-13 15:40:30 -05:00
parent 74c847a17f
commit d0469dfaf3
4 changed files with 438 additions and 438 deletions

View file

@ -45,7 +45,7 @@ pub mod image_cache_task;
pub mod pub_domains;
pub mod resource_task;
pub mod storage_task;
mod mime_classifier;
pub mod mime_classifier;
/// An implementation of the [Fetch spec](http://fetch.spec.whatwg.org/)
pub mod fetch {