From 61fe89d0e18469b80e6a2f48883fe358ac497aac Mon Sep 17 00:00:00 2001 From: Dongie Agnir Date: Mon, 12 Oct 2015 18:01:56 -1000 Subject: [PATCH] Add newline so code sample is parsed correctly. --- components/script/dom/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index c5437e136cc2..05d89c232dfe 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),