Move DOMRefCell back into script.

We’re not using it in style after all.
This commit is contained in:
Simon Sapin 2016-09-28 02:28:59 +02:00
parent 89a29a7f12
commit c831369e3e
4 changed files with 5 additions and 8 deletions

View file

@ -128,9 +128,8 @@
//! 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 constant;
pub mod conversions;
pub mod error;