Make the data_loader module private.

This commit is contained in:
Ms2ger 2016-11-03 11:39:34 +01:00
parent bb9b0b3467
commit 6fcbc5b3ea

View file

@ -56,7 +56,7 @@ pub mod connector;
pub mod content_blocker;
pub mod cookie;
pub mod cookie_storage;
pub mod data_loader;
mod data_loader;
pub mod file_loader;
pub mod filemanager_thread;
pub mod hsts;