diff options
Diffstat (limited to 'components/plugins/lib.rs')
-rw-r--r-- | components/plugins/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/plugins/lib.rs b/components/plugins/lib.rs index 5a87cd32ce1..4124d552988 100644 --- a/components/plugins/lib.rs +++ b/components/plugins/lib.rs @@ -37,11 +37,11 @@ pub mod jstraceable; /// Handles the auto-deriving for `#[derive(HeapSizeOf)]` pub mod heap_size; /// Autogenerates implementations of Reflectable on DOM structs -pub mod reflector; pub mod lints; +pub mod reflector; /// Utilities for writing plugins -pub mod utils; pub mod casing; +pub mod utils; #[plugin_registrar] pub fn plugin_registrar(reg: &mut Registry) { |