Move WebIDL constants machinery to bindings::constant

This commit is contained in:
Anthony Ramine 2016-09-02 12:35:29 +02:00
parent 109a297309
commit 51e46b11a3
4 changed files with 77 additions and 67 deletions

View file

@ -131,6 +131,7 @@
pub use style::domrefcell as cell;
pub mod callback;
pub mod constant;
pub mod conversions;
pub mod error;
pub mod global;