Add newline so code sample is parsed correctly.

This commit is contained in:
Dongie Agnir 2015-10-12 18:01:56 -10:00
parent eb7039d04d
commit 61fe89d0e1

View file

@ -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),