mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Fix Servo build, and rustfmt recent changes.
This commit is contained in:
parent
9eaadc6860
commit
cd3b0c23fa
15 changed files with 90 additions and 60 deletions
|
@ -797,6 +797,7 @@ class PropertyRestrictions:
|
|||
+ PropertyRestrictions.shorthand(data, "outline")
|
||||
+ PropertyRestrictions.shorthand(data, "font"))
|
||||
|
||||
|
||||
class CountedUnknownProperty:
|
||||
def __init__(self, name):
|
||||
self.name = name
|
||||
|
|
|
@ -73,6 +73,7 @@
|
|||
}
|
||||
|
||||
impl<'a> ToCss for LonghandsToSerialize<'a> {
|
||||
#[allow(unused)]
|
||||
fn to_css<W>(&self, dest: &mut CssWriter<W>) -> fmt::Result where W: fmt::Write {
|
||||
use crate::values::specified::TextDecorationLine;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue