diff options
-rw-r--r-- | components/style/properties/shorthand/column.mako.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/style/properties/shorthand/column.mako.rs b/components/style/properties/shorthand/column.mako.rs index 60e1bfc2b78..eac7020da78 100644 --- a/components/style/properties/shorthand/column.mako.rs +++ b/components/style/properties/shorthand/column.mako.rs @@ -101,7 +101,6 @@ impl<'a> LonghandsToSerialize<'a> { fn to_css_declared<W>(&self, dest: &mut W) -> fmt::Result where W: fmt::Write { let mut need_space = false; - try!(self.column_rule_width.to_css(dest)); if let DeclaredValue::Value(ref width) = *self.column_rule_width { try!(width.to_css(dest)); |