Auto merge of #14135 - frewsxcv:code-like, r=Ms2ger

Indicate items in doc comments as code-like.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14135)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-11-14 06:59:35 -06:00 committed by GitHub
commit eb36ab82c0
5 changed files with 13 additions and 13 deletions

View file

@ -5,7 +5,7 @@
use app_units::Au;
use std::fmt;
/// 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`.