mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Make the data_loader module private.
This commit is contained in:
parent
bb9b0b3467
commit
6fcbc5b3ea
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue