diff options
author | Corey Farwell <coreyf@rwell.org> | 2016-11-08 09:33:03 -0500 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2016-11-08 09:33:03 -0500 |
commit | 531289ebb7599f63b808affc25bd43a8140af43b (patch) | |
tree | 1f31dfa27185222251ef7a877bc9fb5a0aa08487 /components/script_traits/script_msg.rs | |
parent | 085c52dfbce125b9f777eadb1ed149e04548fc45 (diff) | |
download | servo-531289ebb7599f63b808affc25bd43a8140af43b.tar.gz servo-531289ebb7599f63b808affc25bd43a8140af43b.zip |
Indicate items in doc comments as code-like.
Diffstat (limited to 'components/script_traits/script_msg.rs')
-rw-r--r-- | components/script_traits/script_msg.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_traits/script_msg.rs b/components/script_traits/script_msg.rs index b73be67c023..7969218e5d3 100644 --- a/components/script_traits/script_msg.rs +++ b/components/script_traits/script_msg.rs @@ -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 |