mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Reorder imports
This commit is contained in:
parent
4a947dd719
commit
9e92eb205a
546 changed files with 1968 additions and 1536 deletions
|
@ -7,9 +7,9 @@ pub use crate::dom::headers::normalize_value;
|
|||
|
||||
// For compile-fail tests only.
|
||||
pub use crate::dom::bindings::cell::DomRefCell;
|
||||
pub use crate::dom::bindings::refcounted::TrustedPromise;
|
||||
pub use crate::dom::bindings::root::Dom;
|
||||
pub use crate::dom::node::Node;
|
||||
pub use crate::dom::bindings::refcounted::TrustedPromise;
|
||||
|
||||
pub mod area {
|
||||
pub use crate::dom::htmlareaelement::{Area, Shape};
|
||||
|
@ -60,7 +60,7 @@ pub mod size_of {
|
|||
}
|
||||
|
||||
pub mod srcset {
|
||||
pub use crate::dom::htmlimageelement::{parse_a_srcset_attribute, ImageSource, Descriptor};
|
||||
pub use crate::dom::htmlimageelement::{parse_a_srcset_attribute, Descriptor, ImageSource};
|
||||
}
|
||||
|
||||
pub mod timeranges {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue