Remove doc attrs from text_run

This commit is contained in:
Brian Anderson 2012-09-14 16:30:34 -07:00
parent 6a5a579b98
commit 879f23d2c3

View file

@ -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>,