style: Cleanup shape-outside code.

This commit is contained in:
Emilio Cobos Álvarez 2018-02-05 04:52:50 +01:00
parent 57ebb2c8af
commit d4b238bada
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 18 additions and 15 deletions

View file

@ -29,7 +29,7 @@ pub enum GeometryBox {
/// A float area shape, for `shape-outside`.
pub type FloatAreaShape<BasicShape, Image> = ShapeSource<BasicShape, ShapeBox, Image>;
// https://drafts.csswg.org/css-shapes-1/#typedef-shape-box
/// https://drafts.csswg.org/css-shapes-1/#typedef-shape-box
#[allow(missing_docs)]
#[cfg_attr(feature = "servo", derive(Deserialize, Serialize))]
#[derive(Clone, Copy, Debug, Eq, MallocSizeOf, Parse, PartialEq)]