servo: Merge #7990 - Add newline so code sample is parsed correctly (from dagnir:formatting-fix); r=Manishearth

Source-Repo: https://github.com/servo/servo
Source-Revision: efdaf5e7e5923d1078ed7b12b96325e2411cc3d2
This commit is contained in:
Dongie Agnir 2015-10-13 02:12:28 -06:00
parent 7ef53c6ece
commit a1c7fb0be8

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