mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix tidy
This commit is contained in:
parent
eb82cc25ef
commit
1e7973263f
4 changed files with 17 additions and 18 deletions
|
@ -8,8 +8,8 @@
|
|||
//! [position]: https://drafts.csswg.org/css-backgrounds-3/#position
|
||||
|
||||
use cssparser::ToCss;
|
||||
use values::computed::LengthOrPercentage;
|
||||
use std::fmt;
|
||||
use values::computed::LengthOrPercentage;
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Copy)]
|
||||
#[cfg_attr(feature = "servo", derive(HeapSizeOf))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue