servo: Merge #14135 - Indicate items in doc comments as code-like (from frewsxcv:code-like); r=Ms2ger

Source-Repo: https://github.com/servo/servo
Source-Revision: eb36ab82c042750897e7d35bc57b0a453a6c228b
This commit is contained in:
Corey Farwell
2016-11-14 06:59:35 -06:00
parent 252f4eba11
commit 2bc4946c89
5 changed files with 13 additions and 13 deletions

View File

@@ -45,7 +45,7 @@ pub enum EventResult {
/// A log entry reported to the constellation
/// We don't report all log entries, just serious ones.
/// We need a separate type for this because LogLevel isn't serializable.
/// We need a separate type for this because `LogLevel` isn't serializable.
#[derive(Clone, Debug, Deserialize, Serialize)]
pub enum LogEntry {
/// Panic, with a reason and backtrace