diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index c5437e136cc..05d89c232df 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -58,6 +58,7 @@ //! the derived type enum should //! use one addititional type (the parent class) because sometimes the parent //! can be the most-derived class of an object. +//! //! ```ignore //! pub enum EventTypeId { //! UIEvent(UIEventTypeId),