mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -10,9 +10,8 @@
|
|||
use crate::hash::FxHashMap;
|
||||
use crate::parser::{Parse, ParserContext};
|
||||
use crate::str::HTML_SPACE_CHARACTERS;
|
||||
use crate::values::computed::{
|
||||
CalcLengthOrPercentage, LengthOrPercentage as ComputedLengthOrPercentage,
|
||||
};
|
||||
use crate::values::computed::CalcLengthOrPercentage;
|
||||
use crate::values::computed::LengthOrPercentage as ComputedLengthOrPercentage;
|
||||
use crate::values::computed::{Context, Percentage, ToComputedValue};
|
||||
use crate::values::generics::position::Position as GenericPosition;
|
||||
use crate::values::generics::position::ZIndex as GenericZIndex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue