mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Indicate items in doc comments as code-like.
This commit is contained in:
parent
085c52dfbc
commit
531289ebb7
5 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue