mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Report use statements that use {} with only one entry
This commit is contained in:
parent
4dcb05ca4f
commit
40acd24e8f
55 changed files with 92 additions and 89 deletions
|
@ -21,8 +21,8 @@ use std::borrow::ToOwned;
|
|||
use std::collections::LinkedList;
|
||||
use std::mem;
|
||||
use std::sync::Arc;
|
||||
use style::computed_values::white_space;
|
||||
use style::computed_values::{line_height, text_orientation, text_rendering, text_transform};
|
||||
use style::computed_values::{white_space};
|
||||
use style::logical_geometry::{LogicalSize, WritingMode};
|
||||
use style::properties::style_structs::ServoFont;
|
||||
use style::properties::{ComputedValues, ServoComputedValues};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue