style: Manually extinguish multi-line use statements.

This commit is contained in:
Emilio Cobos Álvarez 2018-11-10 21:26:46 +01:00
parent 212b3e1311
commit bd9c53c5da
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
19 changed files with 46 additions and 67 deletions

View file

@ -8,9 +8,8 @@ use crate::parser::{Parse, ParserContext};
use crate::values::generics::svg as generic;
use crate::values::specified::color::Color;
use crate::values::specified::url::SpecifiedUrl;
use crate::values::specified::{
LengthOrPercentage, NonNegativeLengthOrPercentage, NonNegativeNumber,
};
use crate::values::specified::LengthOrPercentage;
use crate::values::specified::{NonNegativeLengthOrPercentage, NonNegativeNumber};
use crate::values::specified::{Number, Opacity};
use crate::values::CustomIdent;
use cssparser::Parser;