mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove doc attrs from text_run
This commit is contained in:
parent
6a5a579b98
commit
879f23d2c3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ use font::Font;
|
|||
use glyph::Glyph;
|
||||
use shaper::shape_text;
|
||||
|
||||
#[doc="A single, unbroken line of text."]
|
||||
/// A single, unbroken line of text
|
||||
struct TextRun {
|
||||
priv glyphs: ~[Glyph],
|
||||
priv size_: Size2D<au>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue