mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
style: Manually extinguish multi-line use statements.
This commit is contained in:
parent
212b3e1311
commit
bd9c53c5da
19 changed files with 46 additions and 67 deletions
|
@ -11,10 +11,9 @@ use crate::gecko_bindings::bindings;
|
|||
use crate::parser::{Parse, ParserContext};
|
||||
use crate::properties::longhands::system_font::SystemFont;
|
||||
use crate::values::computed::font::{FamilyName, FontFamilyList, FontStyleAngle, SingleFontFamily};
|
||||
use crate::values::computed::{
|
||||
font as computed, Context, Length, NonNegativeLength, ToComputedValue,
|
||||
};
|
||||
use crate::values::computed::{font as computed, Length, NonNegativeLength};
|
||||
use crate::values::computed::{Angle as ComputedAngle, Percentage as ComputedPercentage};
|
||||
use crate::values::computed::{Context, ToComputedValue};
|
||||
use crate::values::generics::font::{self as generics, FeatureTagValue, FontSettings, FontTag};
|
||||
use crate::values::generics::font::{KeywordSize, VariationValue};
|
||||
use crate::values::generics::NonNegative;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue