mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Move net_error_list from net to net_traits. Fixes #7050.
This commit is contained in:
parent
95269bba39
commit
b526214a3d
19 changed files with 19 additions and 27 deletions
|
@ -40,6 +40,7 @@ use std::thread;
|
|||
|
||||
pub mod hosts;
|
||||
pub mod image_cache_task;
|
||||
pub mod net_error_list;
|
||||
pub mod storage_task;
|
||||
|
||||
pub static IPV4_REGEX: Regex = regex!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue