Indicate items in doc comments as code-like.

This commit is contained in:
Corey Farwell 2016-11-08 09:33:03 -05:00
parent 085c52dfbc
commit 531289ebb7
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