mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Moved function html_constructor() from interface.rs to new file htmlconstructor.rs
This commit is contained in:
parent
f1cf41da00
commit
d71ff786c6
4 changed files with 318 additions and 310 deletions
|
@ -139,6 +139,7 @@ pub mod constant;
|
|||
pub mod conversions;
|
||||
pub mod error;
|
||||
pub mod guard;
|
||||
pub mod htmlconstructor;
|
||||
pub mod inheritance;
|
||||
pub mod interface;
|
||||
pub mod iterable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue