mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Move DOMRefCell to style.
This commit is contained in:
parent
ec723057b2
commit
c87180a2fb
5 changed files with 16 additions and 17 deletions
|
@ -128,8 +128,9 @@
|
|||
//! return `Err()` from the method with the appropriate [error value]
|
||||
//! (error/enum.Error.html).
|
||||
|
||||
pub use style::domrefcell as cell;
|
||||
|
||||
pub mod callback;
|
||||
pub mod cell;
|
||||
pub mod conversions;
|
||||
pub mod error;
|
||||
pub mod global;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue