diff --git a/components/plugins/lib.rs b/components/plugins/lib.rs index a9fbb4ad280..bb328c9441a 100644 --- a/components/plugins/lib.rs +++ b/components/plugins/lib.rs @@ -36,8 +36,8 @@ use syntax::parse::token::intern; pub mod jstraceable; /// Handles the auto-deriving for `#[derive(HeapSizeOf)]` pub mod heap_size; -/// Autogenerates implementations of Reflectable on DOM structs pub mod lints; +/// Autogenerates implementations of Reflectable on DOM structs pub mod reflector; /// Utilities for writing plugins pub mod casing;