mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
@ -7,7 +7,7 @@ use cssparser::CssStringWriter;
|
|||
use std::fmt::{self, Write};
|
||||
use url::Url;
|
||||
|
||||
/// The real ToCss trait can't be implemented for types in crates that don't
|
||||
/// The real `ToCss` trait can't be implemented for types in crates that don't
|
||||
/// depend on each other.
|
||||
pub trait ToCss {
|
||||
/// Serialize `self` in CSS syntax, writing to `dest`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue