mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move util::linked_list to layout
This commit is contained in:
parent
7b2080c5b7
commit
3041084176
5 changed files with 4 additions and 5 deletions
|
@ -39,7 +39,6 @@ pub mod cache;
|
|||
#[allow(unsafe_code)] pub mod debug_utils;
|
||||
pub mod geometry;
|
||||
#[cfg(feature = "servo")] #[allow(unsafe_code)] pub mod ipc;
|
||||
#[cfg(feature = "servo")] pub mod linked_list;
|
||||
#[allow(unsafe_code)] pub mod opts;
|
||||
#[cfg(feature = "servo")] pub mod panicking;
|
||||
pub mod prefs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue