mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
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:
commit
eb36ab82c0
5 changed files with 13 additions and 13 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue