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

@ -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`.